Home
last modified time | relevance | path

Searched refs:callee (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dverifier.c62 * R6-R9 callee saved registers
1535 * issues like callee-saved registers, stack slot allocation time, etc.
1983 * call foo // uses callee's r6 inside to compute r0
3278 /* find the callee */ in check_max_stack_depth()
5066 struct bpf_func_state *caller, *callee; in check_func_call() local
5115 callee = kzalloc(sizeof(*callee), GFP_KERNEL); in check_func_call()
5116 if (!callee) { in check_func_call()
5119 state->frame[state->curframe + 1] = callee; in check_func_call()
5121 /* callee canno in check_func_call()
5163 struct bpf_func_state *caller, *callee; prepare_func_exit() local
[all...]

Completed in 11 milliseconds