Searched refs:phys_start (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/firmware/efi/libstub/ |
| H A D | unaccepted_memory.c | 162 unsigned long phys_start, phys_end; in process_unaccepted_memory() local 164 phys_start = bitmap_size * unit_size * BITS_PER_BYTE + in process_unaccepted_memory() 168 arch_accept_memory(phys_start, phys_end); in process_unaccepted_memory() 214 unsigned long phys_start, phys_end; in accept_memory() local 216 phys_start = range_start * unit_size + unaccepted_table->phys_base; in accept_memory() 219 arch_accept_memory(phys_start, phys_end); in accept_memory()
|
| /linux/drivers/firmware/efi/ |
| H A D | unaccepted_memory.c | 132 unsigned long phys_start, phys_end; in accept_memory() local 135 phys_start = range_start * unit_size + unaccepted->phys_base; in accept_memory() 150 arch_accept_memory(phys_start, phys_end); in accept_memory()
|
| /linux/include/uapi/linux/ |
| H A D | virtio_iommu.h | 104 __le64 phys_start; member
|
| /linux/arch/arm64/mm/ |
| H A D | mmu.c | 2127 unsigned long phys_start, phys_end, start, end; in can_unmap_without_split() local 2129 phys_start = PFN_PHYS(pfn); in can_unmap_without_split() 2130 phys_end = phys_start + nr_pages * PAGE_SIZE; in can_unmap_without_split() 2133 start = __phys_to_virt(phys_start); in can_unmap_without_split() 2137 phys_start, phys_end); in can_unmap_without_split() 2147 phys_start, phys_end); in can_unmap_without_split()
|
| /linux/drivers/iommu/ |
| H A D | virtio-iommu.c | 467 .phys_start = cpu_to_le64(mapping->paddr), in viommu_replay_mappings() 869 .phys_start = cpu_to_le64(paddr), in viommu_map_pages()
|
| /linux/samples/vfio-mdev/ |
| H A D | mtty.c | 85 u64 phys_start; 82 u64 phys_start; global() member
|