Searched refs:priv_frame_ptr (Results 1 – 1 of 1) sorted by relevance
1576 static void emit_priv_frame_ptr(u8 **pprog, void __percpu *priv_frame_ptr) in emit_priv_frame_ptr() argument1581 emit_mov_imm64(&prog, X86_REG_R9, (__force long) priv_frame_ptr >> 32, in emit_priv_frame_ptr()1582 (u32) (__force long) priv_frame_ptr); in emit_priv_frame_ptr()1657 void __percpu *priv_frame_ptr = NULL; in do_jit() local1669 priv_frame_ptr = priv_stack_ptr + PRIV_STACK_GUARD_SZ + round_up(stack_depth, 8); in do_jit()1703 if (priv_frame_ptr) in do_jit()1704 emit_priv_frame_ptr(&prog, priv_frame_ptr); in do_jit()1725 if (priv_frame_ptr) { in do_jit()2448 if (priv_frame_ptr) { in do_jit()2455 if (priv_frame_ptr) in do_jit()