Searched refs:rv_nop (Results 1 – 3 of 3) sorted by relevance
476 static struct rv_reactor rv_nop = { variable496 retval = __rv_register_reactor(&rv_nop); in init_rv_reactors()
660 emit(rv_nop(), &ctx); in gen_jump_or_nops()661 emit(rv_nop(), &ctx); in gen_jump_or_nops()751 emit(rv_nop(), ctx); in invoke_bpf_prog()952 emit(rv_nop(), ctx); in __arch_prepare_bpf_trampoline()965 emit(rv_nop(), ctx); in __arch_prepare_bpf_trampoline()966 emit(rv_nop(), ctx); in __arch_prepare_bpf_trampoline()1807 emit(rv_nop(), ctx); in bpf_jit_build_prologue()
599 static inline u32 rv_nop(void) in rv_nop() function