/Linux-v4.19/arch/arm/include/asm/ |
D | kprobes.h | 55 extern __visible kprobe_opcode_t optprobe_template_entry; 56 extern __visible kprobe_opcode_t optprobe_template_val; 57 extern __visible kprobe_opcode_t optprobe_template_call; 58 extern __visible kprobe_opcode_t optprobe_template_end; 59 extern __visible kprobe_opcode_t optprobe_template_sub_sp; 60 extern __visible kprobe_opcode_t optprobe_template_add_sp; 61 extern __visible kprobe_opcode_t optprobe_template_restore_begin; 62 extern __visible kprobe_opcode_t optprobe_template_restore_orig_insn; 63 extern __visible kprobe_opcode_t optprobe_template_restore_end;
|
/Linux-v4.19/arch/x86/mm/ |
D | extable.c | 24 __visible bool ex_handler_default(const struct exception_table_entry *fixup, in ex_handler_default() 32 __visible bool ex_handler_fault(const struct exception_table_entry *fixup, in ex_handler_fault() 45 __visible bool ex_handler_refcount(const struct exception_table_entry *fixup, in ex_handler_refcount() 98 __visible bool ex_handler_fprestore(const struct exception_table_entry *fixup, in ex_handler_fprestore() 111 __visible bool ex_handler_ext(const struct exception_table_entry *fixup, in ex_handler_ext() 121 __visible bool ex_handler_rdmsr_unsafe(const struct exception_table_entry *fixup, in ex_handler_rdmsr_unsafe() 136 __visible bool ex_handler_wrmsr_unsafe(const struct exception_table_entry *fixup, in ex_handler_wrmsr_unsafe() 150 __visible bool ex_handler_clear_fs(const struct exception_table_entry *fixup, in ex_handler_clear_fs() 160 __visible bool ex_has_fault_handler(unsigned long ip) in ex_has_fault_handler()
|
/Linux-v4.19/arch/x86/xen/ |
D | xen-ops.h | 132 __visible void xen_irq_enable_direct(void); 133 __visible void xen_irq_disable_direct(void); 134 __visible unsigned long xen_save_fl_direct(void); 135 __visible void xen_restore_fl_direct(unsigned long); 138 __visible void xen_iret(void); 139 __visible void xen_sysret32(void); 140 __visible void xen_sysret64(void);
|
D | irq.c | 27 asmlinkage __visible unsigned long xen_save_fl(void) in xen_save_fl() 45 __visible void xen_restore_fl(unsigned long flags) in xen_restore_fl() 67 asmlinkage __visible void xen_irq_disable(void) in xen_irq_disable() 78 asmlinkage __visible void xen_irq_enable(void) in xen_irq_enable()
|
/Linux-v4.19/crypto/ |
D | cast_common.c | 18 __visible const u32 cast_s1[256] = { 86 __visible const u32 cast_s2[256] = { 154 __visible const u32 cast_s3[256] = { 222 __visible const u32 cast_s4[256] = {
|
/Linux-v4.19/arch/x86/include/asm/ |
D | kprobes.h | 55 extern __visible kprobe_opcode_t optprobe_template_entry[]; 56 extern __visible kprobe_opcode_t optprobe_template_val[]; 57 extern __visible kprobe_opcode_t optprobe_template_call[]; 58 extern __visible kprobe_opcode_t optprobe_template_end[];
|
/Linux-v4.19/arch/x86/lib/ |
D | memcpy_32.c | 8 __visible void *memcpy(void *to, const void *from, size_t n) in memcpy() 18 __visible void *memset(void *s, int c, size_t count) in memset() 24 __visible void *memmove(void *dest, const void *src, size_t n) in memmove()
|
D | usercopy_64.c | 62 __visible unsigned long 82 __visible unsigned long
|
/Linux-v4.19/arch/x86/kernel/ |
D | smp.c | 176 asmlinkage __visible void smp_reboot_interrupt(void) in smp_reboot_interrupt() 260 __visible void __irq_entry smp_reschedule_interrupt(struct pt_regs *regs) in smp_reschedule_interrupt() 281 __visible void __irq_entry smp_call_function_interrupt(struct pt_regs *regs) in smp_call_function_interrupt() 291 __visible void __irq_entry smp_call_function_single_interrupt(struct pt_regs *r) in smp_call_function_single_interrupt()
|
D | vsmp_64.c | 36 asmlinkage __visible unsigned long vsmp_save_fl(void) in vsmp_save_fl() 46 __visible void vsmp_restore_fl(unsigned long flags) in vsmp_restore_fl() 56 asmlinkage __visible void vsmp_irq_disable(void) in vsmp_irq_disable() 64 asmlinkage __visible void vsmp_irq_enable(void) in vsmp_irq_enable()
|
D | paravirt-spinlocks.c | 12 __visible void __native_queued_spin_unlock(struct qspinlock *lock) in __native_queued_spin_unlock() 24 __visible bool __native_vcpu_is_preempted(long cpu) in __native_vcpu_is_preempted()
|
D | irq.c | 232 __visible unsigned int __irq_entry do_IRQ(struct pt_regs *regs) in do_IRQ() 270 __visible void __irq_entry smp_x86_platform_ipi(struct pt_regs *regs) in smp_x86_platform_ipi() 301 __visible void smp_kvm_posted_intr_ipi(struct pt_regs *regs) in smp_kvm_posted_intr_ipi() 314 __visible void smp_kvm_posted_intr_wakeup_ipi(struct pt_regs *regs) in smp_kvm_posted_intr_wakeup_ipi() 328 __visible void smp_kvm_posted_intr_nested_ipi(struct pt_regs *regs) in smp_kvm_posted_intr_nested_ipi()
|
/Linux-v4.19/arch/x86/entry/ |
D | common.c | 40 __visible inline void enter_from_user_mode(void) in enter_from_user_mode() 184 __visible inline void prepare_exit_to_usermode(struct pt_regs *regs) in prepare_exit_to_usermode() 247 __visible inline void syscall_return_slowpath(struct pt_regs *regs) in syscall_return_slowpath() 272 __visible void do_syscall_64(unsigned long nr, struct pt_regs *regs) in do_syscall_64() 345 __visible void do_int80_syscall_32(struct pt_regs *regs) in do_int80_syscall_32() 353 __visible long do_fast_syscall_32(struct pt_regs *regs) in do_fast_syscall_32()
|
/Linux-v4.19/arch/x86/math-emu/ |
D | errors.c | 306 asmlinkage __visible void FPU_exception(int n) in FPU_exception() 496 asmlinkage __visible int arith_invalid(int deststnr) in arith_invalid() 511 asmlinkage __visible int FPU_divide_by_zero(int deststnr, u_char sign) in FPU_divide_by_zero() 543 asmlinkage __visible void set_precision_flag_up(void) in set_precision_flag_up() 552 asmlinkage __visible void set_precision_flag_down(void) in set_precision_flag_down() 561 asmlinkage __visible int denormal_operand(void) in denormal_operand() 572 asmlinkage __visible int arith_overflow(FPU_REG *dest) in arith_overflow() 600 asmlinkage __visible int arith_underflow(FPU_REG *dest) in arith_underflow()
|
/Linux-v4.19/arch/x86/power/ |
D | hibernate_64.c | 30 extern asmlinkage __visible int restore_image(void); 36 unsigned long restore_jump_address __visible; variable 43 unsigned long restore_cr3 __visible; variable 45 unsigned long temp_level4_pgt __visible; variable 47 unsigned long relocated_restore_code __visible; variable
|
D | cpu.c | 30 __visible unsigned long saved_context_ebx; 31 __visible unsigned long saved_context_esp, saved_context_ebp; 32 __visible unsigned long saved_context_esi, saved_context_edi; 33 __visible unsigned long saved_context_eflags;
|
/Linux-v4.19/scripts/gcc-plugins/ |
D | cyc_complexity_plugin.c | 23 __visible int plugin_is_GPL_compatible; 52 __visible int plugin_init(struct plugin_name_args *plugin_info, struct plugin_gcc_version *version) in plugin_init()
|
D | sancov_plugin.c | 24 __visible int plugin_is_GPL_compatible; 89 __visible int plugin_init(struct plugin_name_args *plugin_info, struct plugin_gcc_version *version) in plugin_init()
|
/Linux-v4.19/kernel/locking/ |
D | rwsem-xadd.c | 283 __visible struct rw_semaphore * __sched 290 __visible struct rw_semaphore * __sched 592 __visible struct rw_semaphore * __sched 599 __visible struct rw_semaphore * __sched 610 __visible 691 __visible
|
/Linux-v4.19/drivers/pnp/pnpbios/ |
D | bioscalls.c | 25 __visible struct { 41 asmlinkage __visible void pnp_bios_callfunc(void); 71 __visible u32 pnp_bios_fault_esp; 72 __visible u32 pnp_bios_fault_eip; 73 __visible u32 pnp_bios_is_utter_crap = 0;
|
/Linux-v4.19/lib/ |
D | dump_stack.c | 88 asmlinkage __visible void dump_stack(void) in dump_stack() 121 asmlinkage __visible void dump_stack(void) in dump_stack()
|
/Linux-v4.19/kernel/trace/ |
D | trace_preemptirq.c | 47 __visible void trace_hardirqs_on_caller(unsigned long caller_addr) in trace_hardirqs_on_caller() 60 __visible void trace_hardirqs_off_caller(unsigned long caller_addr) in trace_hardirqs_off_caller()
|
/Linux-v4.19/arch/x86/crypto/ |
D | camellia_glue.c | 62 __visible const u64 camellia_sp10011110[256] = { 151 __visible const u64 camellia_sp22000222[256] = { 240 __visible const u64 camellia_sp03303033[256] = { 329 __visible const u64 camellia_sp00444404[256] = { 418 __visible const u64 camellia_sp02220222[256] = { 507 __visible const u64 camellia_sp30333033[256] = { 596 __visible const u64 camellia_sp44044404[256] = { 685 __visible const u64 camellia_sp11101110[256] = {
|
/Linux-v4.19/drivers/xen/ |
D | preempt.c | 31 asmlinkage __visible void xen_maybe_preempt_hcall(void) in xen_maybe_preempt_hcall()
|
/Linux-v4.19/arch/x86/kernel/cpu/mcheck/ |
D | threshold.c | 21 asmlinkage __visible void __irq_entry smp_threshold_interrupt(void) in smp_threshold_interrupt()
|