Home
last modified time | relevance | path

Searched refs:ctx_cmps (Results 1 – 25 of 28) sorted by relevance

12

/dports/emulators/qemu-utils/qemu-4.2.1/target/arm/
H A Ddebug_helper.c20 int ctx_cmps = extract32(cpu->dbgdidr, 20, 4); in linked_bp_matches() local
31 if (lbn > brps || lbn < (brps - ctx_cmps)) { in linked_bp_matches()
H A Dhelper.c5702 int wrps, brps, ctx_cmps; in define_debug_regs() local
5712 ctx_cmps = extract32(cpu->dbgdidr, 20, 4); in define_debug_regs()
5714 assert(ctx_cmps <= brps); in define_debug_regs()
5723 assert(extract32(cpu->id_aa64dfr0, 28, 4) == ctx_cmps); in define_debug_regs()
/dports/emulators/qemu42/qemu-4.2.1/target/arm/
H A Ddebug_helper.c20 int ctx_cmps = extract32(cpu->dbgdidr, 20, 4); in linked_bp_matches() local
31 if (lbn > brps || lbn < (brps - ctx_cmps)) { in linked_bp_matches()
H A Dhelper.c5702 int wrps, brps, ctx_cmps; in define_debug_regs() local
5712 ctx_cmps = extract32(cpu->dbgdidr, 20, 4); in define_debug_regs()
5714 assert(ctx_cmps <= brps); in define_debug_regs()
5723 assert(extract32(cpu->id_aa64dfr0, 28, 4) == ctx_cmps); in define_debug_regs()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/arm/
H A Ddebug_helper.c20 int ctx_cmps = arm_num_ctx_cmps(cpu); in linked_bp_matches() local
32 if (lbn >= brps || lbn < (brps - ctx_cmps)) { in linked_bp_matches()
H A Dkvm64.c630 int ctx_cmps = in kvm_arm_get_host_cpu_features() local
639 dbgdidr = FIELD_DP32(dbgdidr, DBGDIDR, CTX_CMPS, ctx_cmps); in kvm_arm_get_host_cpu_features()
/dports/emulators/qemu/qemu-6.2.0/target/arm/
H A Ddebug_helper.c20 int ctx_cmps = arm_num_ctx_cmps(cpu); in linked_bp_matches() local
32 if (lbn >= brps || lbn < (brps - ctx_cmps)) { in linked_bp_matches()
H A Dkvm64.c630 int ctx_cmps = in kvm_arm_get_host_cpu_features() local
639 dbgdidr = FIELD_DP32(dbgdidr, DBGDIDR, CTX_CMPS, ctx_cmps); in kvm_arm_get_host_cpu_features()
/dports/emulators/qemu5/qemu-5.2.0/target/arm/
H A Ddebug_helper.c20 int ctx_cmps = arm_num_ctx_cmps(cpu); in linked_bp_matches() local
32 if (lbn >= brps || lbn < (brps - ctx_cmps)) { in linked_bp_matches()
H A Dkvm64.c628 int ctx_cmps = in kvm_arm_get_host_cpu_features() local
637 dbgdidr = FIELD_DP32(dbgdidr, DBGDIDR, CTX_CMPS, ctx_cmps); in kvm_arm_get_host_cpu_features()
H A Dhelper.c6502 int wrps, brps, ctx_cmps; in define_debug_regs() local
6512 ctx_cmps = arm_num_ctx_cmps(cpu); in define_debug_regs()
6514 assert(ctx_cmps <= brps); in define_debug_regs()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/arm/
H A Ddebug_helper.c20 int ctx_cmps = arm_num_ctx_cmps(cpu); in linked_bp_matches() local
32 if (lbn >= brps || lbn < (brps - ctx_cmps)) { in linked_bp_matches()
H A Dkvm64.c613 int ctx_cmps = in kvm_arm_get_host_cpu_features() local
622 dbgdidr = FIELD_DP32(dbgdidr, DBGDIDR, CTX_CMPS, ctx_cmps); in kvm_arm_get_host_cpu_features()
H A Dhelper.c6535 int wrps, brps, ctx_cmps; in define_debug_regs() local
6545 ctx_cmps = arm_num_ctx_cmps(cpu); in define_debug_regs()
6547 assert(ctx_cmps <= brps); in define_debug_regs()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/arm/
H A Ddebug_helper.c20 int ctx_cmps = arm_num_ctx_cmps(cpu); in linked_bp_matches() local
32 if (lbn >= brps || lbn < (brps - ctx_cmps)) { in linked_bp_matches()
H A Dkvm64.c613 int ctx_cmps = in kvm_arm_get_host_cpu_features() local
622 dbgdidr = FIELD_DP32(dbgdidr, DBGDIDR, CTX_CMPS, ctx_cmps); in kvm_arm_get_host_cpu_features()
H A Dhelper.c6534 int wrps, brps, ctx_cmps; in define_debug_regs() local
6544 ctx_cmps = arm_num_ctx_cmps(cpu); in define_debug_regs()
6546 assert(ctx_cmps <= brps); in define_debug_regs()
/dports/emulators/qemu60/qemu-6.0.0/target/arm/
H A Ddebug_helper.c20 int ctx_cmps = arm_num_ctx_cmps(cpu); in linked_bp_matches() local
32 if (lbn >= brps || lbn < (brps - ctx_cmps)) { in linked_bp_matches()
H A Dkvm64.c630 int ctx_cmps = in kvm_arm_get_host_cpu_features() local
639 dbgdidr = FIELD_DP32(dbgdidr, DBGDIDR, CTX_CMPS, ctx_cmps); in kvm_arm_get_host_cpu_features()
/dports/emulators/unicorn/unicorn-1.0.2/qemu/target-arm/
H A Dop_helper.c551 int ctx_cmps = extract32(cpu->dbgdidr, 20, 4); in linked_bp_matches() local
561 if (lbn > brps || lbn < (brps - ctx_cmps)) { in linked_bp_matches()
H A Dhelper.c2322 int wrps, brps, ctx_cmps; in define_debug_regs() local
2331 ctx_cmps = extract32(cpu->dbgdidr, 20, 4); in define_debug_regs()
2333 assert(ctx_cmps <= brps); in define_debug_regs()
2342 assert(extract32(cpu->id_aa64dfr0, 28, 4) == ctx_cmps); in define_debug_regs()
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/target-arm/
H A Dop_helper.c551 int ctx_cmps = extract32(cpu->dbgdidr, 20, 4); in linked_bp_matches() local
561 if (lbn > brps || lbn < (brps - ctx_cmps)) { in linked_bp_matches()
H A Dhelper.c2322 int wrps, brps, ctx_cmps; in define_debug_regs() local
2331 ctx_cmps = extract32(cpu->dbgdidr, 20, 4); in define_debug_regs()
2333 assert(ctx_cmps <= brps); in define_debug_regs()
2342 assert(extract32(cpu->id_aa64dfr0, 28, 4) == ctx_cmps); in define_debug_regs()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/arm/
H A Dop_helper.c1142 int ctx_cmps = extract32(cpu->dbgdidr, 20, 4); in linked_bp_matches() local
1152 if (lbn > brps || lbn < (brps - ctx_cmps)) { in linked_bp_matches()
H A Dhelper.c4787 int wrps, brps, ctx_cmps; in define_debug_regs() local
4797 ctx_cmps = extract32(cpu->dbgdidr, 20, 4); in define_debug_regs()
4799 assert(ctx_cmps <= brps); in define_debug_regs()
4808 assert(extract32(cpu->id_aa64dfr0, 28, 4) == ctx_cmps); in define_debug_regs()

12