/freebsd-src/sys/arm64/vmm/ |
H A D | vmm_arm64.c | 1266 if (running && hostcpu != curcpu) in vmmops_getreg() local 1287 int running, hostcpu; vmmops_setreg() local 1306 int running, hostcpu; vmmops_exception() local
|
H A D | vmm.c | 80 int hostcpu; /* host cpuid this vcpu last ran on */ member 652 int hostcpu, state; vm_mem_allocated() local 1300 int hostcpu; vcpu_notify_event_locked() local 1505 vcpu_get_state(struct vcpu * vcpu,int * hostcpu) vcpu_get_state() argument [all...] |
/freebsd-src/sys/amd64/vmm/intel/ |
H A D | vmx.c | 3398 int running, hostcpu; vmx_getreg() local 3427 int error, hostcpu, running, shadow; vmx_setreg() local 3496 int hostcpu, running; vmx_getdesc() local 3511 int hostcpu, running; vmx_setdesc() local 3979 vmx_post_intr(struct vlapic * vlapic,int hostcpu) vmx_post_intr() argument 4136 int err, run, hostcpu; vmx_vcpu_snapshot() local 4247 int error, running, hostcpu; vmx_restore_tsc() local [all...] |
/freebsd-src/sys/amd64/vmm/ |
H A D | vmm.c | 105 int hostcpu; /* (o) vcpu's host cpu */ global() member 790 int hostcpu, state; vm_mem_allocated() local 2468 vcpu_get_state(struct vcpu * vcpu,int * hostcpu) vcpu_get_state() argument 2618 int hostcpu; vcpu_notify_event_locked() local [all...] |
/freebsd-src/sys/arm64/include/ |
H A D | vmm.h | 231 vcpu_is_running(struct vcpu * vcpu,int * hostcpu) vcpu_is_running() argument
|
/freebsd-src/sys/amd64/vmm/io/ |
H A D | vlapic.c | 1712 vlapic_post_intr(struct vlapic *vlapic, int hostcpu, int ipinum) in vlapic_post_intr() argument
|
/freebsd-src/sys/amd64/vmm/amd/ |
H A D | svm.c | 2595 int err, running, hostcpu; svm_vcpu_snapshot() local
|
/freebsd-src/sys/amd64/include/ |
H A D | vmm.h | 384 vcpu_is_running(struct vcpu * vcpu,int * hostcpu) vcpu_is_running() argument
|