Searched refs:watch (Results 1 - 12 of 12) sorted by relevance

/arch/cris/arch-v32/mach-a3/
H A Darbiter.c267 /* Global watch for writes to kernel text segment. */
537 struct crisv32_watch_entry *watch; local
543 watch = &watches[arbiter][0];
545 watch = &watches[arbiter][1];
547 watch = &watches[arbiter][2];
549 watch = &watches[arbiter][3];
554 r_clients = REG_RD(marb_foo_bp, watch->instance, r_brk_clients);
555 r_addr = REG_RD(marb_foo_bp, watch->instance, r_brk_addr);
556 r_op = REG_RD(marb_foo_bp, watch->instance, r_brk_op);
557 r_first = REG_RD(marb_foo_bp, watch
593 struct crisv32_watch_entry *watch; local
[all...]
/arch/cris/arch-v32/mach-fs/
H A Darbiter.c192 /* Global watch for writes to kernel text segment. */
362 struct crisv32_watch_entry *watch; local
365 watch = &watches[0];
368 watch = &watches[1];
371 watch = &watches[2];
374 watch = &watches[3];
381 r_clients = REG_RD(marb_bp, watch->instance, r_brk_clients);
382 r_addr = REG_RD(marb_bp, watch->instance, r_brk_addr);
383 r_op = REG_RD(marb_bp, watch->instance, r_brk_op);
384 r_first = REG_RD(marb_bp, watch
[all...]
/arch/mips/kernel/
H A Dwatch.c12 #include <asm/watch.h>
15 * Install the watch registers for the current thread. A maximum of
21 &current->thread.watch.mips3264;
50 &current->thread.watch.mips3264;
67 * since we got here, the watch condition was met and
75 * Disable all watch registers. Although only four registers are
77 * looping in the watch handler.
H A Dpm.c19 #include <asm/watch.h>
58 /* Restore watch registers */
H A Dgenex.S436 * For watch, interrupts will be enabled after the watch
439 BUILD_HANDLER watch watch cli silent /* #23 */
441 BUILD_HANDLER watch watch sti verbose /* #23 */
H A Dptrace.c183 __put_user(child->thread.watch.mips3264.watchlo[i],
185 __put_user(child->thread.watch.mips3264.watchhi[i] & 0xfff,
234 child->thread.watch.mips3264.watchlo[i] = lt[i];
236 child->thread.watch.mips3264.watchhi[i] = ht[i];
H A DMakefile9 time.o topology.o traps.o unaligned.o watch.o vdso.o
H A Dcpu-probe.c28 #include <asm/watch.h>
H A Dtraps.c59 #include <asm/watch.h>
1358 * If the current thread has the watch registers loaded, save
2080 * Only some CPUs have the watch exceptions.
/arch/mips/include/asm/
H A Dprocessor.h275 /* Saved watch register state, if available. */
276 union mips_watch_reg_state watch; member in struct:thread_struct
339 * saved watch register stuff \
341 .watch = {{{0,},},}, \
H A Dswitch_to.h16 #include <asm/watch.h>
/arch/arm/kernel/
H A Dentry-armv.S567 * co-processor instructions. However, we have to watch out

Completed in 169 milliseconds