Searched refs:IBREAKENABLE (Results 1 – 13 of 13) sorted by relevance
/openbmc/qemu/target/xtensa/ |
H A D | dbg_helper.c | 39 uint32_t change = v ^ env->sregs[IBREAKENABLE]; in HELPER() 53 env->sregs[IBREAKENABLE] = v & ((1 << env->config->nibreak) - 1); in HELPER() 58 if (env->sregs[IBREAKENABLE] & (1 << i) && env->sregs[IBREAKA + i] != v) { in HELPER() 76 if (env->sregs[IBREAKENABLE] & (1 << i) && in xtensa_debug_check_breakpoint()
|
H A D | cpu.c | 124 env->sregs[IBREAKENABLE] = 0; in xtensa_cpu_reset_hold()
|
H A D | cpu.h | 131 IBREAKENABLE = 96, enumerator
|
H A D | translate.c | 4146 IBREAKENABLE, 5053 IBREAKENABLE, 5818 IBREAKENABLE,
|
/openbmc/qemu/target/xtensa/core-lx106/ |
H A D | xtensa-modules.c.inc | 60 { "IBREAKENABLE", 96, 0 }, 102 { "IBREAKENABLE", 1, 0 },
|
/openbmc/qemu/target/xtensa/core-fsf/ |
H A D | xtensa-modules.c.inc | 72 { "IBREAKENABLE", 96, 0 }, 133 { "IBREAKENABLE", 2, 0 },
|
/openbmc/qemu/target/xtensa/core-sample_controller/ |
H A D | xtensa-modules.c.inc | 81 { "IBREAKENABLE", 96, 0 }, 146 { "IBREAKENABLE", 2, 0 },
|
/openbmc/qemu/target/xtensa/core-dc233c/ |
H A D | xtensa-modules.c.inc | 92 { "IBREAKENABLE", 96, 0 }, 170 { "IBREAKENABLE", 2, 0 },
|
/openbmc/qemu/target/xtensa/core-de212/ |
H A D | xtensa-modules.c.inc | 90 { "IBREAKENABLE", 96, 0 }, 159 { "IBREAKENABLE", 2, 0 },
|
/openbmc/qemu/target/xtensa/core-dc232b/ |
H A D | xtensa-modules.c.inc | 89 { "IBREAKENABLE", 96, 0 }, 166 { "IBREAKENABLE", 2, 0 },
|
/openbmc/qemu/target/xtensa/core-de233_fpu/ |
H A D | xtensa-modules.c.inc | 91 { "IBREAKENABLE", 96, 0 }, 170 { "IBREAKENABLE", 2, 0 },
|
/openbmc/qemu/target/xtensa/core-test_kc705_be/ |
H A D | xtensa-modules.c.inc | 91 { "IBREAKENABLE", 96, 0 }, 174 { "IBREAKENABLE", 2, 0 },
|
/openbmc/qemu/target/xtensa/core-dsp3400/ |
H A D | xtensa-modules.c.inc | 79 { "IBREAKENABLE", 96, 0 }, 216 { "IBREAKENABLE", 2, 0 },
|