Searched refs:rv_nop (Results 1 – 3 of 3) sorted by relevance
475 static struct rv_reactor rv_nop = { variable495 retval = __rv_register_reactor(&rv_nop); in init_rv_reactors()
658 emit(rv_nop(), &ctx); in gen_jump_or_nops()659 emit(rv_nop(), &ctx); in gen_jump_or_nops()768 emit(rv_nop(), ctx); in invoke_bpf_prog()979 emit(rv_nop(), ctx); in __arch_prepare_bpf_trampoline()993 emit(rv_nop(), ctx); in __arch_prepare_bpf_trampoline()994 emit(rv_nop(), ctx); in __arch_prepare_bpf_trampoline()2048 emit(rv_nop(), ctx); in bpf_jit_build_prologue()
611 static inline u32 rv_nop(void) in rv_nop() function