/kernel/ |
D | extable.c | 51 const struct exception_table_entry *search_exception_tables(unsigned long addr) in search_exception_tables() 61 static inline int init_kernel_text(unsigned long addr) in init_kernel_text() 69 int notrace core_kernel_text(unsigned long addr) in core_kernel_text() 91 int core_kernel_data(unsigned long addr) in core_kernel_data() 99 int __kernel_text_address(unsigned long addr) in __kernel_text_address() 118 int kernel_text_address(unsigned long addr) in kernel_text_address() 134 unsigned long addr; in func_ptr_is_kernel_text() local
|
D | kallsyms.c | 55 static inline int is_kernel_inittext(unsigned long addr) in is_kernel_inittext() 63 static inline int is_kernel_text(unsigned long addr) in is_kernel_text() 71 static inline int is_kernel(unsigned long addr) in is_kernel() 78 static int is_ksym_addr(unsigned long addr) in is_ksym_addr() 215 static unsigned long get_symbol_pos(unsigned long addr, in get_symbol_pos() 275 int kallsyms_lookup_size_offset(unsigned long addr, unsigned long *symbolsize, in kallsyms_lookup_size_offset() 292 const char *kallsyms_lookup(unsigned long addr, in kallsyms_lookup() 317 int lookup_symbol_name(unsigned long addr, char *symname) in lookup_symbol_name() 335 int lookup_symbol_attrs(unsigned long addr, unsigned long *size, in lookup_symbol_attrs()
|
D | ptrace.c | 306 unsigned long addr, in ptrace_attach() 651 unsigned long addr, in ptrace_peek_siginfo() 850 unsigned long addr, unsigned long data) in ptrace_request() 1082 SYSCALL_DEFINE4(ptrace, long, request, long, pid, unsigned long, addr, in SYSCALL_DEFINE4() argument 1127 int generic_ptrace_peekdata(struct task_struct *tsk, unsigned long addr, in generic_ptrace_peekdata() 1139 int generic_ptrace_pokedata(struct task_struct *tsk, unsigned long addr, in generic_ptrace_pokedata() 1152 compat_ulong_t addr, compat_ulong_t data) in compat_ptrace_request() 1230 compat_long_t, addr, compat_long_t, data) in COMPAT_SYSCALL_DEFINE4() argument
|
D | kprobes.c | 66 #define kprobe_lookup_name(name, addr) \ argument 304 struct kprobe *get_kprobe(void *addr) in get_kprobe() 420 static struct kprobe *get_optimized_kprobe(unsigned long addr) in get_optimized_kprobe() 1327 bool __weak arch_within_kprobe_blacklist(unsigned long addr) in arch_within_kprobe_blacklist() 1334 static bool within_kprobe_blacklist(unsigned long addr) in within_kprobe_blacklist() 1360 kprobe_opcode_t *addr = p->addr; in kprobe_addr() local 1481 kprobe_opcode_t *addr; in register_kprobe() local 1715 unsigned long addr, offset; in register_jprobes() local 1831 void *addr; in register_kretprobe() local
|
D | module.c | 538 bool is_module_percpu_address(unsigned long addr) in is_module_percpu_address() 591 bool is_module_percpu_address(unsigned long addr) in is_module_percpu_address() 912 void symbol_put_addr(void *addr) in symbol_put_addr() 3410 static inline int within(unsigned long addr, void *start, unsigned long size) in within() 3434 unsigned long addr, in get_ksymbol() 3480 const char *module_address_lookup(unsigned long addr, in module_address_lookup() 3509 int lookup_module_symbol_name(unsigned long addr, char *symname) in lookup_module_symbol_name() 3533 int lookup_module_symbol_attrs(unsigned long addr, unsigned long *size, in lookup_module_symbol_attrs() 3752 const struct exception_table_entry *search_module_extables(unsigned long addr) in search_module_extables() 3784 bool is_module_address(unsigned long addr) in is_module_address() [all …]
|
/kernel/debug/kdb/ |
D | kdb_support.c | 82 int kdbnearsym(unsigned long addr, kdb_symtab_t *symtab) in kdbnearsym() 258 void kdb_symbol_print(unsigned long addr, const kdb_symtab_t *symtab_p, in kdb_symbol_print() 326 int kdb_getarea_size(void *res, unsigned long addr, size_t size) in kdb_getarea_size() 351 int kdb_putarea_size(unsigned long addr, void *res, size_t size) in kdb_putarea_size() 377 static int kdb_getphys(void *res, unsigned long addr, size_t size) in kdb_getphys() 403 int kdb_getphysword(unsigned long *word, unsigned long addr, size_t size) in kdb_getphysword() 453 int kdb_getword(unsigned long *word, unsigned long addr, size_t size) in kdb_getword() 502 int kdb_putword(unsigned long addr, unsigned long word, size_t size) in kdb_putword()
|
D | kdb_bt.c | 21 static void kdb_show_stack(struct task_struct *p, void *addr) in kdb_show_stack() 111 unsigned long addr; in kdb_bt() local
|
D | kdb_main.c | 468 unsigned long addr; in kdbgetaddrarg() local 1411 static int kdb_mdr(unsigned long addr, unsigned int count) in kdb_mdr() 1434 static void kdb_md_line(const char *fmtstr, unsigned long addr, in kdb_md_line() 1521 unsigned long addr; in kdb_md() local 1700 unsigned long addr; in kdb_mm() local 1742 unsigned long addr; in kdb_go() local 1946 unsigned long addr; in kdb_ef() local 2549 unsigned long addr, symaddr, val, bytesperword = 0, whichcpu = ~0UL; in kdb_per_cpu() local
|
D | kdb_debugger.c | 57 unsigned long addr = kgdb_arch_pc(ks->ex_vector, ks->linux_regs); in kdb_stub() local
|
D | kdb_private.h | 97 #define kdb_getarea(x, addr) kdb_getarea_size(&(x), addr, sizeof((x))) argument 98 #define kdb_putarea(addr, x) kdb_putarea_size(addr, &(x), sizeof((x))) argument
|
D | kdb_bp.c | 379 unsigned long addr; in kdb_bc() local
|
/kernel/debug/ |
D | debug_core.c | 190 int __weak kgdb_validate_break_address(unsigned long addr) in kgdb_validate_break_address() 229 static void kgdb_flush_swbreak_addr(unsigned long addr) in kgdb_flush_swbreak_addr() 276 int dbg_set_sw_break(unsigned long addr) in dbg_set_sw_break() 339 int dbg_remove_sw_break(unsigned long addr) in dbg_remove_sw_break() 353 int kgdb_isremovedbreak(unsigned long addr) in kgdb_isremovedbreak() 419 unsigned long addr; in kgdb_reenter_check() local
|
D | gdbstub.c | 370 unsigned long addr; in write_mem_msg() local 561 unsigned long addr; in gdb_cmd_memread() local 857 unsigned long addr; in gdb_cmd_break() local
|
/kernel/power/ |
D | block_io.c | 65 int hib_bio_read_page(pgoff_t page_off, void *addr, struct bio **bio_chain) in hib_bio_read_page() 71 int hib_bio_write_page(pgoff_t page_off, void *addr, struct bio **bio_chain) in hib_bio_write_page()
|
D | snapshot.c | 137 static inline void free_image_page(void *addr, int clear_nosave_free) in free_image_page() 634 void **addr, unsigned int *bit_nr) in memory_bm_find_bit() 695 void *addr; in memory_bm_set_bit() local 706 void *addr; in mem_bm_set_bit_check() local 719 void *addr; in memory_bm_clear_bit() local 738 void *addr; in memory_bm_test_bit() local 749 void *addr; in memory_bm_pfn_present() local
|
/kernel/time/ |
D | timer.c | 432 void __timer_stats_timer_set_start_info(struct timer_list *timer, void *addr) in __timer_stats_timer_set_start_info() 463 static void *timer_debug_hint(void *addr) in timer_debug_hint() 472 static int timer_fixup_init(void *addr, enum debug_obj_state state) in timer_fixup_init() 497 static int timer_fixup_activate(void *addr, enum debug_obj_state state) in timer_fixup_activate() 532 static int timer_fixup_free(void *addr, enum debug_obj_state state) in timer_fixup_free() 550 static int timer_fixup_assert_init(void *addr, enum debug_obj_state state) in timer_fixup_assert_init()
|
D | hrtimer.c | 313 static void *hrtimer_debug_hint(void *addr) in hrtimer_debug_hint() 322 static int hrtimer_fixup_init(void *addr, enum debug_obj_state state) in hrtimer_fixup_init() 341 static int hrtimer_fixup_activate(void *addr, enum debug_obj_state state) in hrtimer_fixup_activate() 361 static int hrtimer_fixup_free(void *addr, enum debug_obj_state state) in hrtimer_fixup_free()
|
D | timer_stats.c | 270 static void print_name_offset(struct seq_file *m, unsigned long addr) in print_name_offset()
|
/kernel/events/ |
D | ring_buffer.c | 318 static void perf_mmap_free_page(unsigned long addr) in perf_mmap_free_page() 352 static void perf_mmap_unmark_page(void *addr) in perf_mmap_unmark_page()
|
/kernel/gcov/ |
D | fs.c | 272 static ssize_t gcov_seq_write(struct file *file, const char __user *addr, in gcov_seq_write() 532 static ssize_t reset_write(struct file *file, const char __user *addr, in reset_write() 554 static ssize_t reset_read(struct file *file, char __user *addr, size_t len, in reset_read()
|
D | base.c | 129 static inline int within(void *addr, void *start, unsigned long size) in within()
|
/kernel/trace/ |
D | trace_kprobe.c | 90 unsigned long addr; member 277 void *addr, in alloc_trace_kprobe() 615 void *addr = NULL; in create_trace_kprobe() local
|
D | trace_functions_graph.c | 701 print_graph_irq(struct trace_iterator *iter, unsigned long addr, in print_graph_irq() 972 int type, unsigned long addr, u32 flags) in print_graph_prologue() 1041 unsigned long addr, int depth) in check_irq_entry()
|
D | trace_uprobe.c | 83 static unsigned long adjust_stack_addr(unsigned long addr, unsigned int n) in adjust_stack_addr() 88 static unsigned long adjust_stack_addr(unsigned long addr, unsigned int n) in adjust_stack_addr() 97 unsigned long addr = user_stack_pointer(regs); in get_user_stack_nth() local
|
/kernel/locking/ |
D | spinlock.c | 391 notrace int in_lock_functions(unsigned long addr) in in_lock_functions()
|