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
31 } loongarch_vdso_data __page_aligned_data; variable
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
24 static struct os_info os_info __page_aligned_data; variable
31 } vdso_data_store __page_aligned_data; variable
41 static union vdso_data_store vdso_data_store __page_aligned_data; variable
44 } vdso_data_store __page_aligned_data; variable
39 #define __page_aligned_data __section(".data..page_aligned") __aligned(PAGE_SIZE) macro
52 } vdso_data_store __page_aligned_data; variable
75 } vdso_data_store __page_aligned_data; variable
571 static gate_desc bringup_idt_table[NUM_EXCEPTION_VECTORS] __page_aligned_data;
Completed in 15 milliseconds