Searched refs:KEXEC_CONTROL_PAGE_SIZE (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dkexec.h19 #define KEXEC_CONTROL_PAGE_SIZE 4096 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Dkexec.h29 #define KEXEC_CONTROL_PAGE_SIZE PAGE_SIZE macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dkexec.h34 #define KEXEC_CONTROL_PAGE_SIZE 4096 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dkexec.h13 #define KEXEC_CONTROL_PAGE_SIZE 4096 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dkexec.h12 #define KEXEC_CONTROL_PAGE_SIZE (8192 + 8192 + 4096) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dmachine_kexec_32.c54 reboot_code_buffer + KEXEC_CONTROL_PAGE_SIZE);
H A Dmisc_32.S750 addi r1, r4, KEXEC_CONTROL_PAGE_SIZE - 8 /* for LR Save+Back Chain */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dkexec.h42 # define KEXEC_CONTROL_PAGE_SIZE 4096 macro
58 # define KEXEC_CONTROL_PAGE_SIZE (4096UL + 4096UL) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dkexec.h30 #define KEXEC_CONTROL_PAGE_SIZE 4096 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dkexec.h24 #define KEXEC_CONTROL_PAGE_SIZE 4096 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dmachine_kexec.c74 (unsigned long) reboot_code_buffer + KEXEC_CONTROL_PAGE_SIZE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dkexec.h28 #ifndef KEXEC_CONTROL_PAGE_SIZE
29 #error KEXEC_CONTROL_PAGE_SIZE not defined
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dkexec.c83 * is given by KEXEC_CONTROL_PAGE_SIZE. In the best case only a single
250 get_order(KEXEC_CONTROL_PAGE_SIZE));
325 get_order(KEXEC_CONTROL_PAGE_SIZE));

Completed in 270 milliseconds