Home
last modified time | relevance | path

Searched refs:limit0 (Results 1 – 7 of 7) sorted by relevance

/linux/arch/x86/include/asm/
H A Ddesc_defs.h67 u16 limit0; member
75 .limit0 = ((limit) >> 0) & 0xFFFF, \
105 u16 limit0; member
H A Ddesc.h18 desc->limit0 = info->limit & 0x0ffff; in fill_ldt()
169 desc->limit0 = (u16) size; in set_tssldt_descriptor()
397 return desc->limit0 | (desc->limit1 << 16); in get_desc_limit()
402 desc->limit0 = limit & 0xffff; in set_desc_limit()
/linux/arch/x86/math-emu/
H A Dfpu_system.h53 return ((unsigned long)d->limit1 << 16) | d->limit0; in seg_get_limit()
/linux/arch/x86/hyperv/
H A Dhv_vtl.c59 return ((u32)desc->limit1 << 16) | (u32)desc->limit0; in hv_vtl_system_desc_limit()
/linux/tools/testing/selftests/kvm/lib/x86_64/
H A Dprocessor.c424 desc->limit0 = segp->limit & 0xFFFF; in kvm_seg_fill_gdt_64bit()
/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h393 uint16_t limit0; member
/linux/arch/x86/kernel/cpu/
H A Dcommon.c2141 d.limit0 = cpudata; in setup_getcpu()