Searched defs:pt (Results 1 – 8 of 8) sorted by relevance
/qemu/target/i386/hvf/ |
H A D | x86_mmu.c | 77 static bool get_pt_entry(CPUState *cpu, struct gpt_translation *pt, in get_pt_entry() 99 static bool test_pt_entry(CPUState *cpu, struct gpt_translation *pt, in test_pt_entry() 156 static inline uint64_t large_page_gpa(struct gpt_translation *pt, bool pae, in large_page_gpa() 180 struct gpt_translation *pt, bool pae) in walk_gpt() 221 struct gpt_translation pt; in mmu_gva_to_gpa() local
|
/qemu/target/i386/tcg/ |
H A D | mpx_helper.c | 79 uint64_t bte, lb, ub, pt; in helper_bndldx64() local 96 uint32_t bte, lb, ub, pt; in helper_bndldx32() local
|
/qemu/tests/unit/ |
H A D | test-visitor-serialization.c | 96 PrimitiveType *pt = *native; in visit_primitive_type() local 297 PrimitiveType *pt = args->test_data; in test_primitives() local 358 PrimitiveType *pt = args->test_data; in test_primitive_lists() local
|
/qemu/util/ |
H A D | qemu-timer.c | 374 QEMUTimer **pt, *t; in timer_del_locked() local 393 QEMUTimer **pt, *t; in timer_mod_ns_locked() local
|
/qemu/target/alpha/ |
H A D | helper.c | 175 target_ulong pt, index; in get_physical_address() local
|
/qemu/crypto/ |
H A D | aes.c | 41 # define GETU32(pt) (((u32)(pt)[0] << 24) ^ ((u32)(pt)[1] << 16) ^ ((u32)(pt)[2] << 8) ^ ((u32)(pt… argument
|
/qemu/pc-bios/s390-ccw/ |
H A D | bootmap.h | 113 ScsiBlockPtr pt; /* block pointer to program table */ member
|
/qemu/hw/i386/ |
H A D | intel_iommu.c | 1730 bool use_iommu, pt; in vtd_switch_address_space() local
|