/src/tests/modules/x86_pte_tester/ |
x86_pte_tester.c | 77 #define is_flag(__ent, __flag) (((__ent) & __flag) != 0) macro 78 #define is_valid(__ent) is_flag(__ent, PTE_P) 123 if (is_flag(pd[i], PTE_PS)) 150 if (is_flag(pd[i], PTE_PS)) 177 if (is_flag(pd[i], PTE_PS)) 204 if (is_flag(pde, PTE_NX) || !is_flag(pde, PTE_W)) { 207 if (lvl != 1 && !is_flag(pde, PTE_PS)) { 234 if (is_flag(pde, PTE_PS) || lvl == 1) { 235 if (!is_flag(pde, PTE_W) && is_flag(pde, PTE_D)) [all...] |
x86_pte_tester.c | 77 #define is_flag(__ent, __flag) (((__ent) & __flag) != 0) macro 78 #define is_valid(__ent) is_flag(__ent, PTE_P) 123 if (is_flag(pd[i], PTE_PS)) 150 if (is_flag(pd[i], PTE_PS)) 177 if (is_flag(pd[i], PTE_PS)) 204 if (is_flag(pde, PTE_NX) || !is_flag(pde, PTE_W)) { 207 if (lvl != 1 && !is_flag(pde, PTE_PS)) { 234 if (is_flag(pde, PTE_PS) || lvl == 1) { 235 if (!is_flag(pde, PTE_W) && is_flag(pde, PTE_D)) [all...] |
x86_pte_tester.c | 77 #define is_flag(__ent, __flag) (((__ent) & __flag) != 0) macro 78 #define is_valid(__ent) is_flag(__ent, PTE_P) 123 if (is_flag(pd[i], PTE_PS)) 150 if (is_flag(pd[i], PTE_PS)) 177 if (is_flag(pd[i], PTE_PS)) 204 if (is_flag(pde, PTE_NX) || !is_flag(pde, PTE_W)) { 207 if (lvl != 1 && !is_flag(pde, PTE_PS)) { 234 if (is_flag(pde, PTE_PS) || lvl == 1) { 235 if (!is_flag(pde, PTE_W) && is_flag(pde, PTE_D)) [all...] |
/src/usr.bin/config/ |
main.c | 1141 int is_fs, is_param, is_flag, is_undecl, is_obs; local in function:addoption 1150 is_flag = OPT_DEFFLAG(name); 1171 if (is_flag && value != NULL) {
|
main.c | 1141 int is_fs, is_param, is_flag, is_undecl, is_obs; local in function:addoption 1150 is_flag = OPT_DEFFLAG(name); 1171 if (is_flag && value != NULL) {
|
main.c | 1141 int is_fs, is_param, is_flag, is_undecl, is_obs; local in function:addoption 1150 is_flag = OPT_DEFFLAG(name); 1171 if (is_flag && value != NULL) {
|