Home
last modified time | relevance | path

Searched refs:LD32 (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/arch/arm64/kernel/vdso32/
DMakefile159 quiet_cmd_vdsold_and_vdso_check = LD32 $@
162 quiet_cmd_vdsold = LD32 $@
/linux-6.1.9/arch/sparc/net/
Dbpf_jit_comp_32.c90 #define LD32 F3(3, 0x00) macro
96 #define LDPTR LD32
99 #define LD32I (LD32 | IMMED)
Dbpf_jit_comp_64.c166 #define LD32 F3(3, 0x00) macro
182 #define LD32I (LD32 | IMMED)
860 emit(LD32 | IMMED | RS1(bpf_array) | S13(off) | RD(tmp), ctx); in emit_tail_call()
867 emit(LD32 | IMMED | RS1(SP) | S13(off) | RD(tmp), ctx); in emit_tail_call()
1265 opcode = LD32; in build_insn()
1393 emit(LD32 | RS1(tmp) | RS2(G0) | RD(tmp2), ctx); in build_insn()