Home
last modified time | relevance | path

Searched refs:phys_start (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/firmware/efi/libstub/
H A Dunaccepted_memory.c162 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 Dunaccepted_memory.c132 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 Dvirtio_iommu.h104 __le64 phys_start; member
/linux/arch/arm64/mm/
H A Dmmu.c2127 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 Dvirtio-iommu.c467 .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 Dmtty.c85 u64 phys_start;
82 u64 phys_start; global() member