Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/include/asm/
H A Dassembler.h163 .macro regs_to_64, rd, lbits, hbits
165 .macro regs_to_64, rd, hbits, lbits
167 orr \rd, \lbits, \hbits, lsl #32
/openbmc/linux/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()
/openbmc/linux/lib/
H A Dinflate.c310 STATIC const int lbits = 9; /* bits in base literal/length lookup table */ variable
977 bl = lbits; in inflate_dynamic()
/openbmc/linux/include/uapi/linux/
H A Dxfrm.h368 __u8 lbits; member
/openbmc/linux/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()
/openbmc/linux/net/xfrm/
H A Dxfrm_user.c1392 spt4.lbits = net->xfrm.policy_hthresh.lbits4; in build_spdinfo()
1394 spt6.lbits = net->xfrm.policy_hthresh.lbits6; in build_spdinfo()
1431 if (thresh4->lbits > 32 || thresh4->rbits > 32) { in xfrm_set_spdinfo()
1444 if (thresh6->lbits > 128 || thresh6->rbits > 128) { in xfrm_set_spdinfo()
1453 net->xfrm.policy_hthresh.lbits4 = thresh4->lbits; in xfrm_set_spdinfo()
1457 net->xfrm.policy_hthresh.lbits6 = thresh6->lbits; in xfrm_set_spdinfo()
/openbmc/linux/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()