Searched refs:bp_info (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dptrace.c1019 struct ppc_hw_breakpoint *bp_info)
1032 if (bp_info->addr >= TASK_SIZE)
1035 if (bp_info->addr_mode != PPC_BREAKPOINT_MODE_EXACT) {
1038 if (bp_info->addr2 >= TASK_SIZE)
1044 child->thread.iac1 = bp_info->addr;
1045 child->thread.iac2 = bp_info->addr2;
1047 if (bp_info->addr_mode ==
1055 child->thread.iac3 = bp_info->addr;
1056 child->thread.iac4 = bp_info->addr2;
1058 if (bp_info
1018 set_intruction_bp(struct task_struct *child, struct ppc_hw_breakpoint *bp_info) argument
1161 set_dac(struct task_struct *child, struct ppc_hw_breakpoint *bp_info) argument
1262 set_dac_range(struct task_struct *child, struct ppc_hw_breakpoint *bp_info) argument
1316 ppc_set_hwdebug(struct task_struct *child, struct ppc_hw_breakpoint *bp_info) argument
1538 struct ppc_hw_breakpoint bp_info; local
[all...]
H A Dhw_breakpoint.c298 struct arch_hw_breakpoint *bp_info; local
308 bp_info = counter_arch_bp(bp);
314 if (!bp_info->extraneous_interrupt)
317 set_dabr(bp_info->address | bp_info->type | DABR_TRANSLATION);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dhw_breakpoint.c65 unsigned long bp_info; local
67 bp_info = (len | type) & 0xf;
68 bp_info <<= (DR_CONTROL_SHIFT + drnum * DR_CONTROL_SIZE);
69 bp_info |= (DR_GLOBAL_ENABLE << (drnum * DR_ENABLE_SIZE));
71 return bp_info;
89 int bp_info = dr7 >> (DR_CONTROL_SHIFT + bpnum * DR_CONTROL_SIZE); local
91 *len = (bp_info & 0xc) | 0x40;
92 *type = (bp_info & 0x3) | 0x80;

Completed in 39 milliseconds