Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dmodule.c30 static inline bool unsigned_imm_check(unsigned long val, unsigned int bit) in unsigned_imm_check() function
189 if (!unsigned_imm_check(opr1, 12)) in apply_r_larch_sop_imm_field()
245 if (!unsigned_imm_check(opr1, 32)) in apply_r_larch_sop_imm_field()
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H A Dmodule.c178 if (!unsigned_imm_check(opr1, 12)) in apply_r_larch_sop_imm_field()
234 if (!unsigned_imm_check(opr1, 32)) in apply_r_larch_sop_imm_field()
/kernel/linux/linux-6.6/arch/loongarch/net/
H A Dbpf_jit.h45 #define is_unsigned_imm12(val) unsigned_imm_check(val, 12)
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H A Dinst.h500 static inline bool unsigned_imm_check(unsigned long val, unsigned int bit) in unsigned_imm_check() function

Completed in 5 milliseconds