Lines Matching defs:phys_addr
339 debugfs_blob[i].data = memremap(md->phys_addr,
449 int efi_mem_desc_lookup(u64 phys_addr, efi_memory_desc_t *out_md)
468 end = md->phys_addr + size;
469 if (phys_addr >= md->phys_addr && phys_addr < end) {
483 u64 end = md->phys_addr + size;
822 * @phys_addr: the physical address to lookup
825 * @phys_addr. Returns the EFI memory attributes if the region
828 u64 efi_mem_attributes(unsigned long phys_addr)
836 if ((md->phys_addr <= phys_addr) &&
837 (phys_addr < (md->phys_addr +
846 * @phys_addr: the physical address to lookup
848 * Search in the EFI memory map for the region covering @phys_addr.
852 int efi_mem_type(unsigned long phys_addr)
860 if ((md->phys_addr <= phys_addr) &&
861 (phys_addr < (md->phys_addr +