Searched refs:PAGE_ALIGNED (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dmachine_kexec.c23 #define PAGE_ALIGNED __attribute__ ((__aligned__(PAGE_SIZE))) macro
24 static u32 kexec_pgd[1024] PAGE_ALIGNED; variable
26 static u32 kexec_pmd0[1024] PAGE_ALIGNED; variable
27 static u32 kexec_pmd1[1024] PAGE_ALIGNED; variable
29 static u32 kexec_pte0[1024] PAGE_ALIGNED; variable
30 static u32 kexec_pte1[1024] PAGE_ALIGNED; variable
H A Drelocate_kernel.S18 #define PAGE_ALIGNED (1 << PAGE_SHIFT) define
23 .align PAGE_ALIGNED
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dmachine_kexec.c18 #define PAGE_ALIGNED __attribute__ ((__aligned__(PAGE_SIZE))) macro
19 static u64 kexec_pgd[512] PAGE_ALIGNED; variable
20 static u64 kexec_pud0[512] PAGE_ALIGNED; variable
21 static u64 kexec_pmd0[512] PAGE_ALIGNED; variable
22 static u64 kexec_pte0[512] PAGE_ALIGNED; variable
23 static u64 kexec_pud1[512] PAGE_ALIGNED; variable
24 static u64 kexec_pmd1[512] PAGE_ALIGNED; variable
25 static u64 kexec_pte1[512] PAGE_ALIGNED; variable
H A Drelocate_kernel.S18 #define PAGE_ALIGNED (1 << PAGE_SHIFT) define
22 .align PAGE_ALIGNED

Completed in 61 milliseconds