Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dreg_booke.h460 #define DBCR0_DAC1W 0x00040000 /* DAC 1 Write enable */ macro
470 #define DBCR_DAC1W DBCR0_DAC1W
535 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.c1894 dbg_reg->dbcr0 |= DBCR0_DAC1W; in kvmppc_booke_add_watchpoint()
/arch/powerpc/kernel/
Dptrace.c1349 (DBCR0_DAC1R | DBCR0_DAC1W | DBCR0_DAC2R | DBCR0_DAC2W)) in set_dac_range()
1355 child->thread.debug.dbcr0 |= (DBCR0_DAC1W | DBCR0_IDM); in set_dac_range()