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