Searched refs:priv_frame_ptr (Results 1 – 1 of 1) sorted by relevance
1613 static void emit_priv_frame_ptr(u8 **pprog, void __percpu *priv_frame_ptr) in emit_priv_frame_ptr() argument1618 emit_mov_imm64(&prog, X86_REG_R9, (__force long) priv_frame_ptr >> 32, in emit_priv_frame_ptr()1619 (u32) (__force long) priv_frame_ptr); in emit_priv_frame_ptr()1738 void __percpu *priv_frame_ptr = NULL; in do_jit() local1754 priv_frame_ptr = priv_stack_ptr + PRIV_STACK_GUARD_SZ + round_up(stack_depth, 8); in do_jit()1848 if (priv_frame_ptr) in do_jit()1849 emit_priv_frame_ptr(&prog, priv_frame_ptr); in do_jit()1870 if (priv_frame_ptr) { in do_jit()2660 if (priv_frame_ptr) { in do_jit()2667 if (priv_frame_ptr) in do_jit()