Lines Matching refs:phys_addr
337 debugfs_blob[i].data = memremap(md->phys_addr, in efi_debugfs_init()
447 int efi_mem_desc_lookup(u64 phys_addr, efi_memory_desc_t *out_md) in efi_mem_desc_lookup() argument
466 end = md->phys_addr + size; in efi_mem_desc_lookup()
467 if (phys_addr >= md->phys_addr && phys_addr < end) { in efi_mem_desc_lookup()
481 u64 end = md->phys_addr + size; in efi_mem_desc_end()
813 u64 efi_mem_attributes(unsigned long phys_addr) in efi_mem_attributes() argument
821 if ((md->phys_addr <= phys_addr) && in efi_mem_attributes()
822 (phys_addr < (md->phys_addr + in efi_mem_attributes()
837 int efi_mem_type(unsigned long phys_addr) in efi_mem_type() argument
845 if ((md->phys_addr <= phys_addr) && in efi_mem_type()
846 (phys_addr < (md->phys_addr + in efi_mem_type()