Searched refs:garbage_bits (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 2392 int garbage_bits = 64 - 8 * effective_bytes; in clear_garbage() local 2395 emit(A64_LSR(1, reg, reg, garbage_bits), ctx); in clear_garbage() 2396 emit(A64_LSL(1, reg, reg, garbage_bits), ctx); in clear_garbage() 2399 emit(A64_LSL(1, reg, reg, garbage_bits), ctx); in clear_garbage() 2400 emit(A64_LSR(1, reg, reg, garbage_bits), ctx); in clear_garbage()
|