Searched refs:wp_flags (Results 1 – 2 of 2) sorted by relevance
| /openbmc/qemu/target/s390x/ |
| H A D | helper.c | 149 const int wp_flags = BP_CPU | BP_MEM_WRITE | BP_STOP_BEFORE_ACCESS; in s390_cpu_recompute_watchpoints() 169 cpu_watchpoint_insert(cs, 0, 1ULL << 63, wp_flags, NULL); in s390_cpu_recompute_watchpoints() 170 cpu_watchpoint_insert(cs, 1ULL << 63, 1ULL << 63, wp_flags, NULL); in s390_cpu_recompute_watchpoints() 174 wp_flags, NULL); in s390_cpu_recompute_watchpoints() 175 cpu_watchpoint_insert(cs, 0, env->cregs[11] + 1, wp_flags, NULL); in s390_cpu_recompute_watchpoints() 181 wp_flags, NULL); 145 const int wp_flags = BP_CPU | BP_MEM_WRITE | BP_STOP_BEFORE_ACCESS; s390_cpu_recompute_watchpoints() local
|
| /openbmc/qemu/accel/tcg/ |
| H A D | cputlb.c | 1034 int asidx, wp_flags, prot; in tlb_set_page_full() 1104 wp_flags = cpu_watchpoint_address_matches(cpu, addr_page, in tlb_set_page_full() 1165 if (wp_flags & BP_MEM_READ) { in tlb_set_page_full() 1174 if (wp_flags & BP_MEM_WRITE) { in tlb_set_page_full() 1888 int wp_flags = 0; in atomic_mmu_lookup() 1891 wp_flags |= BP_MEM_WRITE; in atomic_mmu_lookup() 1894 wp_flags |= BP_MEM_READ; in atomic_mmu_lookup() 1897 full->attrs, wp_flags, retaddr); in atomic_mmu_lookup() 1036 int asidx, wp_flags, prot; tlb_set_page_full() local 1901 int wp_flags = 0; atomic_mmu_lookup() local
|