Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/net/
Dbpf_jit32.h123 #define PPC_BPF_STLU(r, base, i) do { EMIT(PPC_RAW_STWU(r, base, i)); } while(0)
/Linux-v5.10/arch/powerpc/include/asm/
Dppc-opcode.h445 #define PPC_RAW_STWU(r, base, i) (0x94000000 | ___PPC_RS(r) | ___PPC_RA(base) | IMM_L(i)) macro