Searched refs:wp_flags (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/s390x/ |
H A D | helper.c | 141 const int wp_flags = BP_CPU | BP_MEM_WRITE | BP_STOP_BEFORE_ACCESS; in s390_cpu_recompute_watchpoints() local 161 cpu_watchpoint_insert(cs, 0, 1ULL << 63, wp_flags, NULL); in s390_cpu_recompute_watchpoints() 162 cpu_watchpoint_insert(cs, 1ULL << 63, 1ULL << 63, wp_flags, NULL); in s390_cpu_recompute_watchpoints() 166 wp_flags, NULL); in s390_cpu_recompute_watchpoints() 167 cpu_watchpoint_insert(cs, 0, env->cregs[11] + 1, wp_flags, NULL); in s390_cpu_recompute_watchpoints() 173 wp_flags, NULL); in s390_cpu_recompute_watchpoints()
|
/openbmc/qemu/accel/tcg/ |
H A D | cputlb.c | 1049 int asidx, wp_flags, prot; in tlb_set_page_full() local 1119 wp_flags = cpu_watchpoint_address_matches(cpu, addr_page, in tlb_set_page_full() 1180 if (wp_flags & BP_MEM_READ) { in tlb_set_page_full() 1189 if (wp_flags & BP_MEM_WRITE) { in tlb_set_page_full() 1882 int wp_flags = 0; in atomic_mmu_lookup() local 1885 wp_flags |= BP_MEM_WRITE; in atomic_mmu_lookup() 1888 wp_flags |= BP_MEM_READ; in atomic_mmu_lookup() 1890 if (wp_flags) { in atomic_mmu_lookup() 1892 full->attrs, wp_flags, retaddr); in atomic_mmu_lookup()
|