Home
last modified time | relevance | path

Searched refs:avl (Results 1 – 6 of 6) sorted by relevance

/qemu/target/i386/hvf/
H A Dx86_descr.c105 desc->avl << 12 | in x86_segment_descriptor_to_vmx()
122 desc->avl = (vmx_desc->ar >> 12) & 1; in vmx_segment_to_x86_descriptor()
/qemu/target/i386/emulate/
H A Dx86.h131 uint64_t avl:1; member
/qemu/target/i386/nvmm/
H A Dnvmm-all.c73 nseg->attrib.avl = __SHIFTOUT(attrib, DESC_AVL_MASK); in nvmm_set_segment()
210 __SHIFTIN((uint32_t)nseg->attrib.avl, DESC_AVL_MASK) | in nvmm_get_segment()
/qemu/linux-headers/asm-x86/
H A Dkvm.h132 __u8 present, dpl, db, s, l, g, avl; member
/qemu/tcg/riscv/
H A Dtcg-target.c.inc2998 unsigned avl = tcg_type_size(type) >> vsew;
3021 if (avl < 32) {
3022 p->vset_insn = encode_vseti(OPC_VSETIVLI, TCG_REG_ZERO, avl, vtype);
3027 p->movi_insn = encode_i(OPC_ADDI, TCG_REG_TMP0, TCG_REG_ZERO, avl);
/qemu/target/i386/kvm/
H A Dkvm.c3381 lhs->avl = 0; in set_v8086_seg()
3398 lhs->avl = (flags & DESC_AVL_MASK) != 0; in set_seg()
3415 (rhs->avl * DESC_AVL_MASK); in get_seg()