Home
last modified time | relevance | path

Searched refs:__page_aligned_data (Results 1 – 8 of 8) sorted by relevance

/linux/lib/vdso/
H A Ddatastore.c18 } vdso_time_data_store __page_aligned_data; variable
27 } vdso_rng_data_store __page_aligned_data; variable
36 } vdso_arch_data_store __page_aligned_data; variable
/linux/arch/x86/include/asm/
H A Dcache.h20 __page_aligned_data
/linux/arch/csky/kernel/
H A Dsyscall_table.c13 void * const sys_call_table[__NR_syscalls] __page_aligned_data = {
/linux/arch/x86/boot/startup/
H A Dgdt_idt.c24 static gate_desc bringup_idt_table[NUM_EXCEPTION_VECTORS] __page_aligned_data;
/linux/arch/powerpc/kernel/
H A Dproc_powerpc.c53 } systemcfg_data_store __page_aligned_data; variable
/linux/arch/powerpc/mm/
H A Dpgtable_32.c36 static u8 early_fixmap_pagetable[FIXMAP_PTE_SIZE] __page_aligned_data;
/linux/arch/s390/kernel/
H A Dos_info.c27 static struct os_info os_info __page_aligned_data; variable
/linux/include/linux/
H A Dlinkage.h39 #define __page_aligned_data __section(".data..page_aligned") __aligned(PAGE_SIZE) macro