Searched refs:lbits (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/arch/arm64/include/asm/ |
| H A D | assembler.h | 155 .macro regs_to_64, rd, lbits, hbits 157 .macro regs_to_64, rd, hbits, lbits 159 orr \rd, \lbits, \hbits, lsl #32
|
| /linux-6.15/tools/testing/selftests/net/ |
| H A D | ipsec.c | 1607 thresh.lbits = thresh4_l; in xfrm_spdinfo_set_thresh() 1612 thresh.lbits = thresh6_l; in xfrm_spdinfo_set_thresh() 1686 if (t->lbits != 32 || t->rbits != 31) { in xfrm_spdinfo_attrs() 1688 t->lbits, t->rbits); in xfrm_spdinfo_attrs() 1696 if (t->lbits != 120 || t->rbits != 16) { in xfrm_spdinfo_attrs() 1698 t->lbits, t->rbits); in xfrm_spdinfo_attrs()
|
| /linux-6.15/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()
|
| /linux-6.15/include/uapi/linux/ |
| H A D | xfrm.h | 384 __u8 lbits; member
|
| /linux-6.15/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()
|
| /linux-6.15/net/xfrm/ |
| H A D | xfrm_user.c | 1600 spt4.lbits = net->xfrm.policy_hthresh.lbits4; in build_spdinfo() 1602 spt6.lbits = net->xfrm.policy_hthresh.lbits6; in build_spdinfo() 1639 if (thresh4->lbits > 32 || thresh4->rbits > 32) { in xfrm_set_spdinfo() 1652 if (thresh6->lbits > 128 || thresh6->rbits > 128) { in xfrm_set_spdinfo() 1661 net->xfrm.policy_hthresh.lbits4 = thresh4->lbits; in xfrm_set_spdinfo() 1665 net->xfrm.policy_hthresh.lbits6 = thresh6->lbits; in xfrm_set_spdinfo()
|
| /linux-6.15/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()
|