Searched refs:hbits (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/arch/arm64/include/asm/ |
D | assembler.h | 186 .macro regs_to_64, rd, lbits, hbits 188 .macro regs_to_64, rd, hbits, lbits 190 orr \rd, \lbits, \hbits, lsl #32
|
/Linux-v5.4/net/netfilter/ipset/ |
D | ip_set_hash_gen.h | 99 htable_size(u8 hbits) in htable_size() argument 104 if (hbits > 31) in htable_size() 106 hsize = jhash_size(hbits); in htable_size() 1222 u8 hbits; in IPSET_TOKEN() local 1286 hbits = htable_bits(hashsize); in IPSET_TOKEN() 1287 hsize = htable_size(hbits); in IPSET_TOKEN() 1306 t->htable_bits = hbits; in IPSET_TOKEN()
|
/Linux-v5.4/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()
|