Home
last modified time | relevance | path

Searched refs:lbits (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dassembler.h189 .macro regs_to_64, rd, lbits, hbits variable
191 .macro regs_to_64, rd, hbits, lbits
193 orr \rd, \lbits, \hbits, lsl #32 variable
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dassembler.h163 .macro regs_to_64, rd, lbits, hbits variable
165 .macro regs_to_64, rd, hbits, lbits
167 orr \rd, \lbits, \hbits, lsl #32 variable
/kernel/linux/linux-5.10/lib/
H A Dinflate.c58 lbits and dbits tuning parameters.
289 This results of this trade are in the variables lbits and dbits
290 below. lbits is the number of bits the first level table for literal/
304 about one bit more than those, so lbits is 8+1 and dbits is 5+1.
310 STATIC const int lbits = 9; /* bits in base literal/length lookup table */ variable
977 bl = lbits; in inflate_dynamic()
/kernel/linux/linux-6.6/lib/
H A Dinflate.c58 lbits and dbits tuning parameters.
289 This results of this trade are in the variables lbits and dbits
290 below. lbits is the number of bits the first level table for literal/
304 about one bit more than those, so lbits is 8+1 and dbits is 5+1.
310 STATIC const int lbits = 9; /* bits in base literal/length lookup table */ variable
977 bl = lbits; in inflate_dynamic()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dxfrm.h368 __u8 lbits; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dxfrm.h368 __u8 lbits; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dxfrm.h292 __u8 lbits; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dxfrm.h305 __u8 lbits; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dxfrm.h305 __u8 lbits; member
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dipsec.c1606 thresh.lbits = thresh4_l; in xfrm_spdinfo_set_thresh()
1611 thresh.lbits = thresh6_l; in xfrm_spdinfo_set_thresh()
1685 if (t->lbits != 32 || t->rbits != 31) { in xfrm_spdinfo_attrs()
1687 t->lbits, t->rbits); in xfrm_spdinfo_attrs()
1695 if (t->lbits != 120 || t->rbits != 16) { in xfrm_spdinfo_attrs()
1697 t->lbits, t->rbits); in xfrm_spdinfo_attrs()
/kernel/linux/linux-5.10/net/xfrm/
H A Dxfrm_user.c1181 spt4.lbits = net->xfrm.policy_hthresh.lbits4; in build_spdinfo()
1183 spt6.lbits = net->xfrm.policy_hthresh.lbits6; in build_spdinfo()
1217 if (thresh4->lbits > 32 || thresh4->rbits > 32) in xfrm_set_spdinfo()
1226 if (thresh6->lbits > 128 || thresh6->rbits > 128) in xfrm_set_spdinfo()
1233 net->xfrm.policy_hthresh.lbits4 = thresh4->lbits; in xfrm_set_spdinfo()
1237 net->xfrm.policy_hthresh.lbits6 = thresh6->lbits; in xfrm_set_spdinfo()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_hash.c30 size_t lbits; in rvu_npc_wide_extract() local
36 lbits = 64 - (start_bit & 63); in rvu_npc_wide_extract()
39 return ((hi << lbits) | lo) & mask; in rvu_npc_wide_extract()
/kernel/linux/linux-6.6/net/xfrm/
H A Dxfrm_user.c1386 spt4.lbits = net->xfrm.policy_hthresh.lbits4; in build_spdinfo()
1388 spt6.lbits = net->xfrm.policy_hthresh.lbits6; in build_spdinfo()
1425 if (thresh4->lbits > 32 || thresh4->rbits > 32) { in xfrm_set_spdinfo()
1438 if (thresh6->lbits > 128 || thresh6->rbits > 128) { in xfrm_set_spdinfo()
1447 net->xfrm.policy_hthresh.lbits4 = thresh4->lbits; in xfrm_set_spdinfo()
1451 net->xfrm.policy_hthresh.lbits6 = thresh6->lbits; in xfrm_set_spdinfo()
/kernel/linux/linux-5.10/arch/sparc/net/
H A 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()
/kernel/linux/linux-6.6/arch/sparc/net/
H A 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()

Completed in 32 milliseconds