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