Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm64/include/asm/
Dassembler.h186 .macro regs_to_64, rd, lbits, hbits
188 .macro regs_to_64, rd, hbits, lbits
190 orr \rd, \lbits, \hbits, lsl #32
/Linux-v5.4/lib/
Dinflate.c310 STATIC const int lbits = 9; /* bits in base literal/length lookup table */ variable
977 bl = lbits; in inflate_dynamic()
/Linux-v5.4/include/uapi/linux/
Dxfrm.h362 __u8 lbits; member
/Linux-v5.4/net/xfrm/
Dxfrm_user.c1134 spt4.lbits = net->xfrm.policy_hthresh.lbits4; in build_spdinfo()
1136 spt6.lbits = net->xfrm.policy_hthresh.lbits6; in build_spdinfo()
1170 if (thresh4->lbits > 32 || thresh4->rbits > 32) in xfrm_set_spdinfo()
1179 if (thresh6->lbits > 128 || thresh6->rbits > 128) in xfrm_set_spdinfo()
1186 net->xfrm.policy_hthresh.lbits4 = thresh4->lbits; in xfrm_set_spdinfo()
1190 net->xfrm.policy_hthresh.lbits6 = thresh6->lbits; in xfrm_set_spdinfo()
/Linux-v5.4/arch/sparc/net/
Dbpf_jit_comp_64.c281 u32 lbits = -0x400 | (u32) K; in emit_set_const_sext() local
284 emit(XOR | IMMED | RS1(reg) | S13(lbits) | RD(reg), ctx); in emit_set_const_sext()