Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arc/net/
Dbpf_jit_arcv2.c629 static inline void emit_2_bytes(u8 *buf, u16 bytes) in emit_2_bytes() function
636 emit_2_bytes(buf, bytes >> 16); in emit_4_bytes()
637 emit_2_bytes(buf + 2, bytes & 0xffff); in emit_4_bytes()