Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dsstep.h54 #define OP_IS_STORE(type) ((STORE <= (type) && (type) <= STORE_VSX) || (type) == STCX) macro
/OK3568_Linux_fs/kernel/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()