Searched defs:vpid (Results 1 - 6 of 6) sorted by relevance

/fuchsia/zircon/kernel/arch/arm64/hypervisor/
H A Dguest.cpp105 zx_status_t Guest::AllocVpid(uint8_t* vpid) { argument
110 zx_status_t Guest::FreeVpid(uint8_t vpid) { argument
H A Dvcpu.cpp35 static uint64_t vmpidr_of(uint8_t vpid, uint64_t mpidr) { argument
134 uint8_t vpid; local
180 Vcpu::Vcpu(Guest* guest, uint8_t vpid, cons argument
[all...]
H A Dvmexit.cpp227 auto vpid = BITS(guest_state->system_state.vmpidr_el2, 8, 0); local
/fuchsia/zircon/kernel/lib/hypervisor/
H A Dcpu.cpp43 cpu_num_t cpu_of(uint16_t vpid) { argument
47 thread_t* pin_thread(uint16_t vpid) { argument
53 bool check_pinned_cpu_invariant(uint16_t vpid, const thread_t* thread) { argument
/fuchsia/zircon/kernel/arch/x86/hypervisor/
H A Dguest.cpp134 zx_status_t Guest::AllocVpid(uint16_t* vpid) { argument
139 zx_status_t Guest::FreeVpid(uint16_t vpid) { argument
H A Dvcpu.cpp230 AutoPin::AutoPin(uint16_t vpid) argument
273 static zx_status_t vmcs_init(paddr_t vmcs_address, uint16_t vpid, uintptr_t entry, argument
686 Vcpu(Guest* guest, uint16_t vpid, const thread_t* thread) argument
[all...]

Completed in 31 milliseconds