Searched refs:phys_addr (Results 1 – 8 of 8) sorted by relevance
/xen/xen/drivers/acpi/ |
A D | osl.c | 158 acpi_os_read_memory(acpi_physical_address phys_addr, u32 * value, u32 width) in acpi_os_read_memory() argument 161 void __iomem *virt_addr = acpi_os_map_memory(phys_addr, width >> 3); in acpi_os_read_memory() 189 acpi_os_write_memory(acpi_physical_address phys_addr, u32 value, u32 width) in acpi_os_write_memory() argument 191 void __iomem *virt_addr = acpi_os_map_memory(phys_addr, width >> 3); in acpi_os_write_memory()
|
/xen/xen/include/xen/ |
A D | acpi.h | 70 char * __acpi_map_table (paddr_t phys_addr, unsigned long size); 91 void acpi_table_print (struct acpi_table_header *header, unsigned long phys_addr);
|
/xen/xen/drivers/passthrough/amd/ |
A D | iommu_map.c | 424 paddr_t phys_addr, in amd_iommu_reserve_domain_unity_map() argument 436 npages = region_to_pages(phys_addr, size); in amd_iommu_reserve_domain_unity_map() 437 gfn = phys_addr >> PAGE_SHIFT; in amd_iommu_reserve_domain_unity_map()
|
A D | iommu.h | 231 paddr_t phys_addr, unsigned long size,
|
/xen/tools/libxc/ |
A D | xc_efi.h | 94 uint64_t phys_addr; member
|
/xen/xen/arch/x86/hvm/ |
A D | mtrr.c | 453 uint32_t index, phys_addr; in mtrr_var_range_msr_set() local 471 phys_addr = d->arch.cpuid->extd.maxphysaddr; in mtrr_var_range_msr_set() 473 phys_addr = paddr_bits; in mtrr_var_range_msr_set() 474 msr_mask = ~((((uint64_t)1) << phys_addr) - 1); in mtrr_var_range_msr_set()
|
/xen/docs/misc/arm/ |
A D | passthrough.txt | 95 <phys_addr size guest_addr> 99 The size of `phys_addr' and `guest_addr' is determined by
|
/xen/docs/misc/ |
A D | xen-command-line.pandoc | 2158 > `= 0x<phys_addr>`
|
Completed in 11 milliseconds