Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/include/asm/
H A Dppc-opcode.h509 #define PPC_RAW_STWU(r, base, i) (0x94000000 | ___PPC_RS(r) | ___PPC_RA(base) | IMM_L(i)) macro
600 #define PPC_RAW_STLU PPC_RAW_STWU
/linux-6.15/arch/powerpc/net/
H A Dbpf_jit_comp32.c142 EMIT(PPC_RAW_STWU(_R1, _R1, -BPF_PPC_STACKFRAME(ctx))); in bpf_jit_build_prologue()