Home
last modified time | relevance | path

Searched defs:seg_desc (Results 1 – 3 of 3) sorted by relevance

/NextBSD/usr.sbin/bhyve/
HDtask_switch.c123 struct seg_desc seg_desc; in usd_to_seg_desc() local
310 int segment, struct seg_desc *seg_desc, int *faultptr) in validate_seg_desc()
483 struct seg_desc seg_desc, seg_desc2; in tss32_restore() local
628 struct seg_desc seg_desc; in push_errcode() local
/NextBSD/sys/amd64/include/
HDvmm.h428 struct seg_desc { struct
429 uint64_t base;
430 uint32_t limit;
431 uint32_t access;
557 struct seg_desc seg_desc; member
/NextBSD/lib/libvmmapi/
HDvmmapi.c545 vm_get_seg_desc(struct vmctx *ctx, int vcpu, int reg, struct seg_desc *seg_desc) in vm_get_seg_desc()