Home
last modified time | relevance | path

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

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