Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/kvm/include/x86_64/ !
Dprocessor.h100 struct desc64 { struct
101 uint16_t limit0;
102 uint16_t base0;
103 unsigned base1:8, type:4, s:1, dpl:2, p:1;
104 unsigned limit1:4, avl:1, l:1, db:1, g:1, base2:8;
105 uint32_t base3;
129 static inline uint64_t get_desc64_base(const struct desc64 *desc) in get_desc64_base() argument