Home
last modified time | relevance | path

Searched refs:ptpphys (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/amd64/vmm/
H A Dvmm_instruction_emul.c2055 ptp_hold(struct vcpu *vcpu, vm_paddr_t ptpphys, size_t len, void **cookie) in ptp_hold() argument
2060 ptr = vm_gpa_hold(vcpu, ptpphys, len, VM_PROT_RW, cookie); in ptp_hold()
2070 uint64_t *ptpbase, ptpphys, pte, pgsize; in _vm_gla2gpa() local
2082 ptpphys = paging->cr3; /* root of the page tables */ in _vm_gla2gpa()
2106 ptpphys &= ~0xfff; in _vm_gla2gpa()
2108 ptpbase32 = ptp_hold(vcpu, ptpphys, PAGE_SIZE, in _vm_gla2gpa()
2149 ptpphys = pte32; in _vm_gla2gpa()
2168 ptpphys &= 0xffffffe0UL; in _vm_gla2gpa()
2170 ptpbase = ptp_hold(vcpu, ptpphys, sizeof(*ptpbase) * 4, in _vm_gla2gpa()
2187 ptpphys = pte; in _vm_gla2gpa()
[all …]
/freebsd/sys/arm64/vmm/
H A Dvmm_arm64.c821 ptp_hold(struct vcpu *vcpu, vm_paddr_t ptpphys, size_t len, void **cookie) in ptp_hold() argument
826 ptr = vm_gpa_hold(vcpu, ptpphys, len, VM_PROT_RW, cookie); in ptp_hold()