Searched refs:lbits (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/arch/arm64/include/asm/ |
D | assembler.h | 196 .macro regs_to_64, rd, lbits, hbits 198 .macro regs_to_64, rd, hbits, lbits 200 orr \rd, \lbits, \hbits, lsl #32
|
/Linux-v4.19/lib/ |
D | inflate.c | 310 STATIC const int lbits = 9; /* bits in base literal/length lookup table */ variable 977 bl = lbits; in inflate_dynamic()
|
/Linux-v4.19/include/uapi/linux/ |
D | xfrm.h | 362 __u8 lbits; member
|
/Linux-v4.19/net/xfrm/ |
D | xfrm_user.c | 1114 spt4.lbits = net->xfrm.policy_hthresh.lbits4; in build_spdinfo() 1116 spt6.lbits = net->xfrm.policy_hthresh.lbits6; in build_spdinfo() 1150 if (thresh4->lbits > 32 || thresh4->rbits > 32) in xfrm_set_spdinfo() 1159 if (thresh6->lbits > 128 || thresh6->rbits > 128) in xfrm_set_spdinfo() 1166 net->xfrm.policy_hthresh.lbits4 = thresh4->lbits; in xfrm_set_spdinfo() 1170 net->xfrm.policy_hthresh.lbits6 = thresh6->lbits; in xfrm_set_spdinfo()
|
/Linux-v4.19/arch/sparc/net/ |
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()
|