Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm64/include/asm/
Dassembler.h141 .macro regs_to_64, rd, lbits, hbits
143 .macro regs_to_64, rd, hbits, lbits
145 orr \rd, \lbits, \hbits, lsl #32
/linux-4.4.14/lib/
Dinflate.c309 STATIC const int lbits = 9; /* bits in base literal/length lookup table */ variable
976 bl = lbits; in inflate_dynamic()
/linux-4.4.14/include/uapi/linux/
Dxfrm.h355 __u8 lbits; member
/linux-4.4.14/net/xfrm/
Dxfrm_user.c1027 spt4.lbits = net->xfrm.policy_hthresh.lbits4; in build_spdinfo()
1029 spt6.lbits = net->xfrm.policy_hthresh.lbits6; in build_spdinfo()
1063 if (thresh4->lbits > 32 || thresh4->rbits > 32) in xfrm_set_spdinfo()
1072 if (thresh6->lbits > 128 || thresh6->rbits > 128) in xfrm_set_spdinfo()
1079 net->xfrm.policy_hthresh.lbits4 = thresh4->lbits; in xfrm_set_spdinfo()
1083 net->xfrm.policy_hthresh.lbits6 = thresh6->lbits; in xfrm_set_spdinfo()