Searched refs:seg_reg_usable (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/kernel/arch/x86_64/
H A Dvmx_checks.c144 if (seg_reg_usable(ldtr_access_rights)) {
180 if (seg_reg_usable(ldtr_access_rights)) {
198 if (seg_reg_usable(ss_access_rights)) {
205 if (seg_reg_usable(ds_access_rights)) {
212 if (seg_reg_usable(es_access_rights)) {
238 if (seg_reg_usable(ss_access_rights)) {
246 if (seg_reg_usable(ds_access_rights)) {
257 if (seg_reg_usable(es_access_rights)) {
268 if (seg_reg_usable(fs_access_rights)) {
279 if (seg_reg_usable(gs_access_right
[all...]
/barrelfish-master/kernel/include/arch/x86_64/
H A Dvmx_checks.h35 static inline int seg_reg_usable(int access_rights) function

Completed in 31 milliseconds