Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/x86/
H A Dlam.c1081 uint runed = 0x0; in handle_pasid() local
1094 if ((runed & 0x1) == 0) { in handle_pasid()
1096 runed = runed | 0x1; in handle_pasid()
1101 if ((runed & 0x4) == 0) { in handle_pasid()
1103 runed = runed | 0x4; in handle_pasid()
1108 if ((runed & 0x2) == 0) { in handle_pasid()
1109 runed = runed | 0x2; in handle_pasid()
1128 if (runed != 0x7) in handle_pasid()