Searched refs:hbits (Results 1 – 3 of 3) 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/net/netfilter/ipset/ |
D | ip_set_hash_gen.h | 103 htable_size(u8 hbits) in htable_size() argument 108 if (hbits > 31) in htable_size() 110 hsize = jhash_size(hbits); in htable_size() 1226 u8 hbits; in IPSET_TOKEN() local 1290 hbits = htable_bits(hashsize); in IPSET_TOKEN() 1291 hsize = htable_size(hbits); in IPSET_TOKEN() 1310 t->htable_bits = hbits; in IPSET_TOKEN()
|
/Linux-v4.19/arch/sparc/net/ |
D | bpf_jit_comp_64.c | 280 u32 hbits = ~(u32) K; in emit_set_const_sext() local 283 emit(SETHI(hbits, reg), ctx); in emit_set_const_sext()
|