Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/include/asm/
Dsstep.h39 CACHEOP, enumerator
/Linux-v5.4/arch/powerpc/kernel/
Dalign.c343 if (op.type != CACHEOP + DCBZ) in fix_alignment()
/Linux-v5.4/arch/powerpc/lib/
Dsstep.c1981 op->type = MKOP(CACHEOP, DCBST, 0); in analyse_instr()
1986 op->type = MKOP(CACHEOP, DCBF, 0); in analyse_instr()
1991 op->type = MKOP(CACHEOP, DCBTST, 0); in analyse_instr()
1997 op->type = MKOP(CACHEOP, DCBTST, 0); in analyse_instr()
2003 op->type = MKOP(CACHEOP, ICBI, 0); in analyse_instr()
2008 op->type = MKOP(CACHEOP, DCBZ, 0); in analyse_instr()
3130 case CACHEOP: in emulate_step()
/Linux-v5.4/arch/powerpc/kvm/
Demulate_loadstore.c351 case CACHEOP: in kvmppc_emulate_loadstore()