Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/
Dsstep.h43 CACHEOP, enumerator
/Linux-v4.19/arch/powerpc/kernel/
Dalign.c344 if (op.type != CACHEOP + DCBZ) in fix_alignment()
/Linux-v4.19/arch/powerpc/lib/
Dsstep.c1875 op->type = MKOP(CACHEOP, DCBST, 0); in analyse_instr()
1880 op->type = MKOP(CACHEOP, DCBF, 0); in analyse_instr()
1885 op->type = MKOP(CACHEOP, DCBTST, 0); in analyse_instr()
1891 op->type = MKOP(CACHEOP, DCBTST, 0); in analyse_instr()
1897 op->type = MKOP(CACHEOP, ICBI, 0); in analyse_instr()
1902 op->type = MKOP(CACHEOP, DCBZ, 0); in analyse_instr()
3024 case CACHEOP: in emulate_step()
/Linux-v4.19/arch/powerpc/kvm/
Demulate_loadstore.c369 case CACHEOP: in kvmppc_emulate_loadstore()