Home
last modified time | relevance | path

Searched refs:DBCR0_DAC1W (Results 1 – 4 of 4) sorted by relevance

/arch/powerpc/include/asm/
Dreg_booke.h457 #define DBCR0_DAC1W 0x00040000 /* DAC 1 Write enable */ macro
467 #define DBCR_DAC1W DBCR0_DAC1W
532 DBCR0_DAC1W | DBCR0_DAC2R | DBCR0_DAC2W)
/arch/powerpc/kvm/
Dbooke_emulate.c234 DBCR0_DAC1R | DBCR0_DAC1W | DBCR0_DAC2R | DBCR0_DAC2W); in kvmppc_booke_emulate_mtspr()
Dbooke.c1904 dbg_reg->dbcr0 |= DBCR0_DAC1W; in kvmppc_booke_add_watchpoint()
/arch/powerpc/kernel/
Dptrace.c2713 (DBCR0_DAC1R | DBCR0_DAC1W | DBCR0_DAC2R | DBCR0_DAC2W)) in set_dac_range()
2719 child->thread.debug.dbcr0 |= (DBCR0_DAC1W | DBCR0_IDM); in set_dac_range()