Home
last modified time | relevance | path

Searched refs:OP_IS_STORE (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/arch/powerpc/include/asm/
Dsstep.h53 #define OP_IS_STORE(type) ((STORE <= (type) && (type) <= STORE_VSX) || (type) == STCX) macro
/linux-6.1.9/arch/powerpc/kernel/
Dhw_breakpoint_constraints.c67 if ((OP_IS_STORE(type) || type == CACHEOP) && !(info->type & HW_BRK_TYPE_WRITE)) in check_dawrx_constraints()
/linux-6.1.9/arch/powerpc/kvm/
Demulate_loadstore.c100 vcpu->mmio_is_write = OP_IS_STORE(type); in kvmppc_emulate_loadstore()