Lines Matching +full:reserved +full:- +full:memory

1 // SPDX-License-Identifier: GPL-2.0
20 /* reserve 8 byte ringbuf memory */ \ in ringbuf_invalid_reservation_offset_1()
22 *(u64*)(r10 - 8) = r1; \ in ringbuf_invalid_reservation_offset_1()
27 /* store a pointer to the reserved memory in R6 */\ in ringbuf_invalid_reservation_offset_1()
32 *(u64*)(r10 - 8) = r6; \ in ringbuf_invalid_reservation_offset_1()
34 r7 = *(u64*)(r10 - 8); \ in ringbuf_invalid_reservation_offset_1()
38 /* submit the reserved ringbuf memory */ \ in ringbuf_invalid_reservation_offset_1()
40 /* add invalid offset to reserved ringbuf memory */\ in ringbuf_invalid_reservation_offset_1()
55 __failure __msg("R7 min value is outside of the allowed memory range")
60 /* reserve 8 byte ringbuf memory */ \ in ringbuf_invalid_reservation_offset_2()
62 *(u64*)(r10 - 8) = r1; \ in ringbuf_invalid_reservation_offset_2()
67 /* store a pointer to the reserved memory in R6 */\ in ringbuf_invalid_reservation_offset_2()
72 *(u64*)(r10 - 8) = r6; \ in ringbuf_invalid_reservation_offset_2()
74 r7 = *(u64*)(r10 - 8); \ in ringbuf_invalid_reservation_offset_2()
75 /* add invalid offset to reserved ringbuf memory */\ in ringbuf_invalid_reservation_offset_2()
80 /* submit the reserved ringbuf memory */ \ in ringbuf_invalid_reservation_offset_2()
100 /* reserve 8 byte ringbuf memory */ \ in passing_rb_mem_to_helpers()
102 *(u64*)(r10 - 8) = r1; \ in passing_rb_mem_to_helpers()
111 l0_%=: /* pass allocated ring buffer memory to fib lookup */\ in passing_rb_mem_to_helpers()
117 /* submit the ringbuf memory */ \ in passing_rb_mem_to_helpers()