Searched refs:CACHEOP (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | hw_breakpoint_constraints.c | 64 * cause a match. i.e. if type is CACHEOP, the instruction in check_dawrx_constraints() 67 if ((OP_IS_STORE(type) || type == CACHEOP) && !(info->type & HW_BRK_TYPE_WRITE)) in check_dawrx_constraints() 156 if (*type == CACHEOP) { in wp_get_instr_detail()
|
H A D | align.c | 345 if (op.type != CACHEOP + DCBZ) in fix_alignment()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | hw_breakpoint_constraints.c | 64 * cause a match. i.e. if type is CACHEOP, the instruction in check_dawrx_constraints() 67 if ((OP_IS_STORE(type) || type == CACHEOP) && !(info->type & HW_BRK_TYPE_WRITE)) in check_dawrx_constraints() 152 if (*type == CACHEOP) { in wp_get_instr_detail()
|
H A D | align.c | 349 if (op.type != CACHEOP + DCBZ) in fix_alignment()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | sstep.h | 40 CACHEOP, enumerator
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | sstep.h | 39 CACHEOP, enumerator
|
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
H A D | emulate_loadstore.c | 344 case CACHEOP: in kvmppc_emulate_loadstore()
|
/kernel/linux/linux-6.6/arch/powerpc/kvm/ |
H A D | emulate_loadstore.c | 345 case CACHEOP: in kvmppc_emulate_loadstore()
|
/kernel/linux/linux-5.10/arch/powerpc/lib/ |
H A D | sstep.c | 2093 op->type = MKOP(CACHEOP, DCBST, 0); in analyse_instr() 2098 op->type = MKOP(CACHEOP, DCBF, 0); in analyse_instr() 2103 op->type = MKOP(CACHEOP, DCBTST, 0); in analyse_instr() 2109 op->type = MKOP(CACHEOP, DCBTST, 0); in analyse_instr() 2115 op->type = MKOP(CACHEOP, ICBI, 0); in analyse_instr() 2120 op->type = MKOP(CACHEOP, DCBZ, 0); in analyse_instr() 3423 case CACHEOP: in emulate_step()
|
/kernel/linux/linux-6.6/arch/powerpc/lib/ |
H A D | sstep.c | 2240 op->type = MKOP(CACHEOP, DCBST, 0); in analyse_instr() 2245 op->type = MKOP(CACHEOP, DCBF, 0); in analyse_instr() 2250 op->type = MKOP(CACHEOP, DCBTST, 0); in analyse_instr() 2256 op->type = MKOP(CACHEOP, DCBTST, 0); in analyse_instr() 2262 op->type = MKOP(CACHEOP, ICBI, 0); in analyse_instr() 2267 op->type = MKOP(CACHEOP, DCBZ, 0); in analyse_instr() 3607 case CACHEOP: in emulate_step()
|
Completed in 10 milliseconds