Home | History | Annotate | Download | only in bpf

Lines Matching refs:stack

130 	-- Load stack pointer to dst, since only load to stack memory is supported
131 -- we have to use allocated stack memory or create a new allocation and convert
135 builtins[ffi.new](e, dst, vtype) -- Allocate stack memory
138 -- Set stack memory maximum size bound
209 -- Load stack pointer to dst, since only load to stack memory is supported
210 -- we have to either use spilled variable or allocated stack memory offset
216 else error('ffi.copy(dst, src) - can\'t get stack offset of dst') end
217 -- Set stack memory maximum size bound
241 -- TODO: identify copy to/from stack
261 else error('NYI: print(fmt, ...) - format variable is not literal/stack memory') end
294 -- Set R4 = pointer to src on stack
295 assert(e.V[src].const.__base, 'NYI: submit(map, var) - variable is not on stack')
315 -- Set R3 = pointer to var on stack
316 assert(e.V[var].const.__base, 'NYI: load_bytes(off, var, len) - variable is not on stack')
361 assert(e.V[dst].const.__base, 'NYI: comm(buffer) - buffer variable is not on stack')