ctx_fl_using_dbreg  137 arch/ia64/kernel/perfmon.c #define CTX_USES_DBREGS(ctx)	(((pfm_context_t *)(ctx))->ctx_fl_using_dbreg==1)
ctx_fl_using_dbreg 1031 arch/ia64/kernel/perfmon.c 	if (ctx->ctx_fl_using_dbreg) {
ctx_fl_using_dbreg 1371 arch/ia64/kernel/perfmon.c 		if (ctx && ctx->ctx_fl_using_dbreg) {
ctx_fl_using_dbreg 3402 arch/ia64/kernel/perfmon.c 	if (ctx && ctx->ctx_fl_using_dbreg == 1) return -1;
ctx_fl_using_dbreg 3674 arch/ia64/kernel/perfmon.c 	first_time = ctx->ctx_fl_using_dbreg == 0;
ctx_fl_using_dbreg 3709 arch/ia64/kernel/perfmon.c 	ctx->ctx_fl_using_dbreg = 1;
ctx_fl_using_dbreg 3811 arch/ia64/kernel/perfmon.c 		ctx->ctx_fl_using_dbreg = 0;
ctx_fl_using_dbreg 4132 arch/ia64/kernel/perfmon.c 	DPRINT(("load_pid [%d] using_dbreg=%d\n", req->load_pid, ctx->ctx_fl_using_dbreg));
ctx_fl_using_dbreg 4163 arch/ia64/kernel/perfmon.c 	if (ctx->ctx_fl_using_dbreg) {
ctx_fl_using_dbreg 4296 arch/ia64/kernel/perfmon.c 		if (ctx->ctx_fl_using_dbreg) {
ctx_fl_using_dbreg 5980 arch/ia64/kernel/perfmon.c 	if (ctx->ctx_fl_using_dbreg) {
ctx_fl_using_dbreg 6114 arch/ia64/kernel/perfmon.c 	if (ctx->ctx_fl_using_dbreg) {
ctx_fl_using_dbreg   66 arch/ia64/kernel/perfmon_itanium.h 	if (cnum == 13 && is_loaded && ((*val & 0x1) == 0UL) && ctx->ctx_fl_using_dbreg == 0) {
ctx_fl_using_dbreg   85 arch/ia64/kernel/perfmon_itanium.h 	if (cnum == 11 && is_loaded && ((*val >> 28)& 0x1) == 0 && ctx->ctx_fl_using_dbreg == 0) {
ctx_fl_using_dbreg  102 arch/ia64/kernel/perfmon_mckinley.h 	DPRINT(("cnum=%u val=0x%lx, using_dbreg=%d loaded=%d\n", cnum, *val, ctx->ctx_fl_using_dbreg, is_loaded));
ctx_fl_using_dbreg  105 arch/ia64/kernel/perfmon_mckinley.h 	    && (*val & 0x1e00000000000UL) && (*val & 0x18181818UL) != 0x18181818UL && ctx->ctx_fl_using_dbreg == 0) {
ctx_fl_using_dbreg  123 arch/ia64/kernel/perfmon_mckinley.h 	if (cnum == 14 && is_loaded && ((*val & 0x2222UL) != 0x2222UL) && ctx->ctx_fl_using_dbreg == 0) {
ctx_fl_using_dbreg  186 arch/ia64/kernel/perfmon_montecito.h 	DPRINT(("cnum=%u val=0x%lx, using_dbreg=%d loaded=%d\n", cnum, tmpval, ctx->ctx_fl_using_dbreg, is_loaded));
ctx_fl_using_dbreg  189 arch/ia64/kernel/perfmon_montecito.h 	    && (tmpval & 0x1e00000000000UL) && (tmpval & 0x18181818UL) != 0x18181818UL && ctx->ctx_fl_using_dbreg == 0) {
ctx_fl_using_dbreg  209 arch/ia64/kernel/perfmon_montecito.h 	if (cnum == 38 && is_loaded && ((tmpval & 0x492UL) != 0x492UL) && ctx->ctx_fl_using_dbreg == 0) {