Searched refs:CACHEOP (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/arch/powerpc/include/asm/ |
| D | sstep.h | 39 CACHEOP, enumerator
|
| /Linux-v5.4/arch/powerpc/kernel/ |
| D | align.c | 343 if (op.type != CACHEOP + DCBZ) in fix_alignment()
|
| /Linux-v5.4/arch/powerpc/lib/ |
| D | sstep.c | 1981 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/ |
| D | emulate_loadstore.c | 351 case CACHEOP: in kvmppc_emulate_loadstore()
|