Lines Matching refs:phys_addr
387 debugfs_blob[i].data = memremap(md->phys_addr, in efi_debugfs_init()
510 unsigned long long start = md->phys_addr; in efi_find_mirror()
530 int __efi_mem_desc_lookup(u64 phys_addr, efi_memory_desc_t *out_md) in __efi_mem_desc_lookup() argument
549 if ((md->phys_addr & (EFI_PAGE_SIZE - 1)) || in __efi_mem_desc_lookup()
551 (md->num_pages > (U64_MAX - md->phys_addr) >> EFI_PAGE_SHIFT)) in __efi_mem_desc_lookup()
555 end = md->phys_addr + size; in __efi_mem_desc_lookup()
556 if (phys_addr >= md->phys_addr && phys_addr < end) { in __efi_mem_desc_lookup()
564 extern int efi_mem_desc_lookup(u64 phys_addr, efi_memory_desc_t *out_md)
574 u64 end = md->phys_addr + size; in efi_mem_desc_end()
979 u64 efi_mem_attributes(unsigned long phys_addr) in efi_mem_attributes() argument
987 if ((md->phys_addr <= phys_addr) && in efi_mem_attributes()
988 (phys_addr < (md->phys_addr + in efi_mem_attributes()
1003 int efi_mem_type(unsigned long phys_addr) in efi_mem_type() argument
1011 if ((md->phys_addr <= phys_addr) && in efi_mem_type()
1012 (phys_addr < (md->phys_addr + in efi_mem_type()