new_phys 246 arch/x86/platform/efi/quirks.c phys_addr_t new_phys, new_size; new_phys 276 arch/x86/platform/efi/quirks.c new_phys = efi_memmap_alloc(num_entries); new_phys 277 arch/x86/platform/efi/quirks.c if (!new_phys) { new_phys 282 arch/x86/platform/efi/quirks.c new = early_memremap(new_phys, new_size); new_phys 291 arch/x86/platform/efi/quirks.c efi_memmap_install(new_phys, num_entries); new_phys 407 arch/x86/platform/efi/quirks.c phys_addr_t new_phys, new_size; new_phys 463 arch/x86/platform/efi/quirks.c new_phys = efi_memmap_alloc(num_entries); new_phys 464 arch/x86/platform/efi/quirks.c if (!new_phys) { new_phys 469 arch/x86/platform/efi/quirks.c new = memremap(new_phys, new_size, MEMREMAP_WB); new_phys 493 arch/x86/platform/efi/quirks.c if (efi_memmap_install(new_phys, num_entries)) {