Home
last modified time | relevance | path

Searched refs:PARAM_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/include/asm/
H A Dsetup.h24 #define PARAM_SIZE 4096 /* sizeof(struct boot_params) */ macro
/linux/drivers/firmware/efi/libstub/
H A Dx86-stub.c523 status = efi_allocate_pages(PARAM_SIZE, &alloc, ULONG_MAX); in efi_allocate_bootparams()
527 boot_params = memset((void *)alloc, 0x0, PARAM_SIZE); in efi_allocate_bootparams()
540 efi_free(PARAM_SIZE, alloc); in efi_allocate_bootparams()
/linux/arch/x86/kernel/
H A Dhead_32.S99 movl $(PARAM_SIZE/4),%ecx