Searched refs:PARAM_SIZE (Results 1 – 4 of 4) sorted by relevance
24 #define PARAM_SIZE 4096 /* sizeof(struct boot_params) */ macro
557 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()
277 subl $PARAM_SIZE, %esp
99 movl $(PARAM_SIZE/4),%ecx