Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dsstep.h50 #define INSTR_TYPE_MASK 0x1f macro
102 #define GETTYPE(t) ((t) & INSTR_TYPE_MASK)
/linux/arch/powerpc/kvm/
H A Demulate_loadstore.c97 int type = op.type & INSTR_TYPE_MASK; in kvmppc_emulate_loadstore()