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