Home
last modified time | relevance | path

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

/dflybsd-src/lib/libnvmm/
H A Dlibnvmm_x86.c998 struct x86_regmodrm { struct
999 uint8_t mod:2;
1000 uint8_t reg:3;
1001 uint8_t rm:3;