Searched defs:phys (Results 1 – 13 of 13) sorted by relevance
/qemu/target/alpha/ |
A D | helper.c | 171 target_ulong phys = 0; in get_physical_address() local 290 target_ulong phys; in alpha_cpu_get_phys_page_debug() local 302 target_ulong phys; in alpha_cpu_tlb_fill() local
|
/qemu/target/xtensa/ |
A D | win_helper.c | 36 uint32_t window, uint32_t phys, uint32_t n) in copy_window_from_phys() 52 uint32_t phys, uint32_t window, uint32_t n) in copy_phys_from_window()
|
/qemu/target/hppa/ |
A D | mem_helper.c | 202 hwaddr phys; in hppa_get_physical_address() local 341 hwaddr phys; in hppa_cpu_get_phys_page_debug() local 433 hwaddr phys; in hppa_cpu_tlb_fill_align() local 689 hwaddr phys; in HELPER() local
|
/qemu/hw/net/ |
A D | ne2000.h | 28 uint8_t phys[6]; /* mac address */ member
|
A D | rtl8139.c | 436 uint8_t phys[8]; /* mac address */ member
|
/qemu/target/loongarch/tcg/ |
A D | tlb_helper.c | 514 target_ulong badvaddr, index, phys, ret; in helper_lddir() local 556 target_ulong phys, tmp0, ptindex, ptoffset0, ptoffset1, ps, badv; in helper_ldpte() local
|
/qemu/target/sparc/ |
A D | mmu_helper.c | 871 static int cpu_sparc_get_phys_page(CPUSPARCState *env, hwaddr *phys, in cpu_sparc_get_phys_page()
|
/qemu/hw/ppc/ |
A D | spapr_rtas.c | 257 hwaddr phys = ppc64_phys_to_real(addr); in sysparm_st() local
|
/qemu/include/hw/ppc/ |
A D | spapr.h | 801 static inline uint32_t rtas_ld(target_ulong phys, int n) in rtas_ld() 807 static inline uint64_t rtas_ldq(target_ulong phys, int n) in rtas_ldq() 812 static inline void rtas_st(target_ulong phys, int n, uint32_t val) in rtas_st()
|
/qemu/include/block/ |
A D | block-common.h | 530 uint32_t phys; member
|
/qemu/hw/display/ |
A D | qxl.c | 1409 uint64_t phys = le64_to_cpu(pqxl); in qxl_get_check_slot_offset() local
|
/qemu/hw/virtio/ |
A D | vhost.c | 230 hwaddr phys, s, offset; in vhost_sync_dirty_bitmap() local
|
/qemu/hw/riscv/ |
A D | riscv-iommu.c | 71 uint64_t phys:44; /* Physical Page Number */ member
|
Completed in 44 milliseconds