Home
last modified time | relevance | path

Searched refs:WDISP22 (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/sparc/net/
H A Dbpf_jit_comp_32.c56 #define WDISP22(X) (((X) >> 2) & 0x3fffff) macro
249 *prog++ = BR_OPC | WDISP22((DEST) - _here); \
253 do { *prog++ = BR_OPC | WDISP22(OFF); \
H A Dbpf_jit_comp_64.c87 #define WDISP22(X) (((X) >> 2) & 0x3fffff) macro
624 emit(br_opc | WDISP22(off << 2), ctx); in emit_branch()
/kernel/linux/linux-6.6/arch/sparc/net/
H A Dbpf_jit_comp_32.c56 #define WDISP22(X) (((X) >> 2) & 0x3fffff) macro
249 *prog++ = BR_OPC | WDISP22((DEST) - _here); \
253 do { *prog++ = BR_OPC | WDISP22(OFF); \
H A Dbpf_jit_comp_64.c87 #define WDISP22(X) (((X) >> 2) & 0x3fffff) macro
624 emit(br_opc | WDISP22(off << 2), ctx); in emit_branch()

Completed in 11 milliseconds