Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/x86/
H A Dlam.c1213 uint runed = 0x0; in handle_pasid() local
1226 if ((runed & 0x1) == 0) { in handle_pasid()
1228 runed = runed | 0x1; in handle_pasid()
1233 if ((runed & 0x4) == 0) { in handle_pasid()
1235 runed = runed | 0x4; in handle_pasid()
1240 if ((runed & 0x2) == 0) { in handle_pasid()
1241 runed = runed | 0x2; in handle_pasid()
1260 if (runed != 0x7) in handle_pasid()