Searched refs:UNPRIV (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_loader.c | 45 UNPRIV = 2 enumerator 210 spec->mode_mask |= UNPRIV; in parse_test_spec() 214 spec->mode_mask |= UNPRIV; in parse_test_spec() 221 spec->mode_mask |= UNPRIV; in parse_test_spec() 233 spec->mode_mask |= UNPRIV; in parse_test_spec() 246 spec->mode_mask |= UNPRIV; in parse_test_spec() 292 if (spec->mode_mask & UNPRIV) { in parse_test_spec() 309 if (spec->mode_mask & (PRIV | UNPRIV)) { in parse_test_spec() 580 spec_iter->mode_mask & (unpriv ? UNPRIV : PRIV)) in run_subtest() 689 if (spec->mode_mask & UNPRIV) in process_subtest()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | hflags.c | 304 DP_TBFLAG_A64(flags, UNPRIV, 1); in rebuild_hflags_a64() 314 DP_TBFLAG_A64(flags, UNPRIV, 1); in rebuild_hflags_a64() 372 if (!EX_TBFLAG_A64(flags, UNPRIV)) { in rebuild_hflags_a64() 384 if (EX_TBFLAG_A64(flags, UNPRIV) in rebuild_hflags_a64() 396 if (EX_TBFLAG_A64(flags, UNPRIV)) { in rebuild_hflags_a64()
|
H A D | translate-a64.c | 11999 dc->unpriv = EX_TBFLAG_A64(tb_flags, UNPRIV); in aarch64_tr_init_disas_context()
|
/openbmc/qemu/target/arm/ |
H A D | cpu.h | 2038 FIELD(ID_ISAR4, UNPRIV, 0, 4) 3164 FIELD(TBFLAG_A64, UNPRIV, 14, 1)
|