Searched refs:__page_aligned_data (Results 1 – 14 of 14) sorted by relevance
11 void * const sys_call_table[__NR_syscalls] __page_aligned_data = {
28 } vdso_data_store __page_aligned_data; variable
20 __page_aligned_data
36 static u8 early_fixmap_pagetable[FIXMAP_PTE_SIZE] __page_aligned_data;
27 static union mips_vdso_data mips_vdso_data __page_aligned_data; variable
22 static struct os_info os_info __page_aligned_data; variable
30 } vdso_data_store __page_aligned_data; variable
41 static union vdso_data_store vdso_data_store __page_aligned_data; variable
41 } vdso_data_store __page_aligned_data; variable
39 #define __page_aligned_data __section(".data..page_aligned") __aligned(PAGE_SIZE) macro
43 } vdso_data_store __page_aligned_data; variable
51 } vdso_data_store __page_aligned_data; variable
78 } vdso_data_store __page_aligned_data; variable
545 static gate_desc bringup_idt_table[NUM_EXCEPTION_VECTORS] __page_aligned_data;
Completed in 22 milliseconds