Searched refs:lbits (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/arch/arm64/include/asm/ |
H A D | assembler.h | 163 .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 D | ipsec.c | 1606 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 D | inflate.c | 310 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 D | xfrm.h | 368 __u8 lbits; member
|
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_npc_hash.c | 30 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 D | xfrm_user.c | 1392 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 D | bpf_jit_comp_64.c | 281 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()
|