Home
last modified time | relevance | path

Searched refs:wp_flags (Results 1 – 2 of 2) sorted by relevance

/qemu/target/s390x/
H A Dhelper.c143 const int wp_flags = BP_CPU | BP_MEM_WRITE | BP_STOP_BEFORE_ACCESS; in s390_cpu_recompute_watchpoints() local
163 cpu_watchpoint_insert(cs, 0, 1ULL << 63, wp_flags, NULL); in s390_cpu_recompute_watchpoints()
164 cpu_watchpoint_insert(cs, 1ULL << 63, 1ULL << 63, wp_flags, NULL); in s390_cpu_recompute_watchpoints()
168 wp_flags, NULL); in s390_cpu_recompute_watchpoints()
169 cpu_watchpoint_insert(cs, 0, env->cregs[11] + 1, wp_flags, NULL); in s390_cpu_recompute_watchpoints()
175 wp_flags, NULL); in s390_cpu_recompute_watchpoints()
/qemu/accel/tcg/
H A Dcputlb.c1036 int asidx, wp_flags, prot; in tlb_set_page_full() local
1106 wp_flags = cpu_watchpoint_address_matches(cpu, addr_page, in tlb_set_page_full()
1167 if (wp_flags & BP_MEM_READ) { in tlb_set_page_full()
1176 if (wp_flags & BP_MEM_WRITE) { in tlb_set_page_full()
1898 int wp_flags = 0; in atomic_mmu_lookup() local
1901 wp_flags |= BP_MEM_WRITE; in atomic_mmu_lookup()
1904 wp_flags |= BP_MEM_READ; in atomic_mmu_lookup()
1907 full->attrs, wp_flags, retaddr); in atomic_mmu_lookup()