Searched defs:check_watchpoint (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/
H A Dexec.c3460 static void check_watchpoint(int offset, int len_mask, int flags) function
3485 cpu_abort(env, "check_watchpoint: could not find TB for "
3509 check_watchpoint(addr & ~TARGET_PAGE_MASK, ~0x0, BP_MEM_READ);
3515 check_watchpoint(addr & ~TARGET_PAGE_MASK, ~0x1, BP_MEM_READ);
3521 check_watchpoint(addr & ~TARGET_PAGE_MASK, ~0x3, BP_MEM_READ);
3528 check_watchpoint(addr & ~TARGET_PAGE_MASK, ~0x0, BP_MEM_WRITE);
3535 check_watchpoint(addr & ~TARGET_PAGE_MASK, ~0x1, BP_MEM_WRITE);
3542 check_watchpoint(addr & ~TARGET_PAGE_MASK, ~0x3, BP_MEM_WRITE);

Completed in 217 milliseconds