Lines Matching refs:kprobe_insn_cache
95 struct kprobe_insn_cache *cache;
101 static int slots_per_page(struct kprobe_insn_cache *c) in slots_per_page()
128 struct kprobe_insn_cache kprobe_insn_slots = {
137 static int collect_garbage_slots(struct kprobe_insn_cache *c);
147 kprobe_opcode_t *__get_insn_slot(struct kprobe_insn_cache *c) in __get_insn_slot()
229 static int collect_garbage_slots(struct kprobe_insn_cache *c) in collect_garbage_slots()
251 static long __find_insn_page(struct kprobe_insn_cache *c, in __find_insn_page()
272 void __free_insn_slot(struct kprobe_insn_cache *c, in __free_insn_slot()
300 bool __is_insn_slot_addr(struct kprobe_insn_cache *c, unsigned long addr) in __is_insn_slot_addr()
318 int kprobe_cache_get_kallsym(struct kprobe_insn_cache *c, unsigned int *symnum, in kprobe_cache_get_kallsym()
351 struct kprobe_insn_cache kprobe_optinsn_slots = {