Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Dsstep.h52 #define OP_IS_LOAD(type) ((LOAD <= (type) && (type) <= LOAD_VSX) || (type) == LARX) macro
/openbmc/linux/arch/powerpc/kernel/
H A Dhw_breakpoint_constraints.c59 if (OP_IS_LOAD(type) && !(info->type & HW_BRK_TYPE_READ)) in check_dawrx_constraints()