Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/include/asm/
Dsetup.h24 #define PARAM_SIZE 4096 /* sizeof(struct boot_params) */ macro
/linux-6.12.1/drivers/firmware/efi/libstub/
Dx86-stub.c557 status = efi_allocate_pages(PARAM_SIZE, &alloc, ULONG_MAX); in efi_pe_entry()
561 boot_params = memset((void *)alloc, 0x0, PARAM_SIZE); in efi_pe_entry()
574 efi_free(PARAM_SIZE, alloc); in efi_pe_entry()
/linux-6.12.1/arch/x86/boot/compressed/
Defi_mixed.S277 subl $PARAM_SIZE, %esp
/linux-6.12.1/arch/x86/kernel/
Dhead_32.S99 movl $(PARAM_SIZE/4),%ecx