Home
last modified time | relevance | path

Searched refs:OP_IS_STORE (Results 1 - 5 of 5) sorted by relevance

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

Completed in 2 milliseconds