Searched defs:is_user (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/semihosting/ |
H A D | stubs-all.c | 15 bool semihosting_enabled(bool is_user) in semihosting_enabled()
|
H A D | user.c | 12 bool semihosting_enabled(bool is_user) in semihosting_enabled()
|
H A D | config.c | 66 bool semihosting_enabled(bool is_user) in semihosting_enabled()
|
/openbmc/qemu/target/openrisc/ |
H A D | sys_helper.c | 34 static inline bool is_user(CPUOpenRISCState *env) in is_user() function
|
H A D | translate.c | 62 static inline bool is_user(DisasContext *dc) in is_user() function
|
/openbmc/qemu/target/sparc/ |
H A D | mmu_helper.c | 79 int error_code = 0, is_dirty, is_user; in get_physical_address() local 555 bool is_user = false; in get_physical_address_data() local 654 bool is_user = false; in get_physical_address_code() local
|
/openbmc/qemu/target/arm/ |
H A D | ptw.c | 896 int ap, int domain_prot, bool is_user) in ap_to_rw_prot_is_user() 960 static int simple_ap_to_rw_prot_is_user(int ap, bool is_user) in simple_ap_to_rw_prot_is_user() 1333 bool is_user = regime_is_user(env, mmu_idx); in get_S1prot() local 2193 bool is_user = regime_is_user(env, mmu_idx); in get_phys_addr_pmsav5() local 2327 bool is_secure, bool is_user) in pmsav7_use_background_region() 2360 bool is_user = regime_is_user(env, mmu_idx); in get_phys_addr_pmsav7() local 2579 bool is_user = regime_is_user(env, mmu_idx); in pmsav8_mpu_lookup() local
|
/openbmc/qemu/target/i386/tcg/system/ |
H A D | excp_helper.c | 148 const bool is_user = is_mmu_index_user(in->mmu_idx); in mmu_translate() local
|
/openbmc/qemu/target/xtensa/ |
H A D | xtensa-isa-internal.h | 154 int is_user; /* Non-zero if a "user register". */ member
|
H A D | xtensa-isa.c | 236 int n, is_user; in xtensa_isa_init() local 1519 xtensa_sysreg xtensa_sysreg_lookup(xtensa_isa isa, int num, int is_user) in xtensa_sysreg_lookup()
|