/Linux-v5.4/arch/arm/include/asm/ |
D | kprobes.h | 47 extern __visible kprobe_opcode_t optprobe_template_entry; 48 extern __visible kprobe_opcode_t optprobe_template_val; 49 extern __visible kprobe_opcode_t optprobe_template_call; 50 extern __visible kprobe_opcode_t optprobe_template_end; 51 extern __visible kprobe_opcode_t optprobe_template_sub_sp; 52 extern __visible kprobe_opcode_t optprobe_template_add_sp; 53 extern __visible kprobe_opcode_t optprobe_template_restore_begin; 54 extern __visible kprobe_opcode_t optprobe_template_restore_orig_insn; 55 extern __visible kprobe_opcode_t optprobe_template_restore_end;
|
/Linux-v5.4/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); 137 __visible unsigned long xen_read_cr2(void); 138 __visible unsigned long xen_read_cr2_direct(void); 141 __visible void xen_iret(void); 142 __visible void xen_sysret32(void); 143 __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-v5.4/arch/x86/include/asm/ |
D | suspend.h | 7 extern unsigned long restore_jump_address __visible; 9 extern unsigned long restore_cr3 __visible; 10 extern unsigned long temp_pgt __visible; 11 extern unsigned long relocated_restore_code __visible; 14 extern asmlinkage __visible int restore_image(void);
|
D | irq.h | 29 extern __visible void smp_kvm_posted_intr_ipi(struct pt_regs *regs); 30 extern __visible void smp_kvm_posted_intr_wakeup_ipi(struct pt_regs *regs); 31 extern __visible void smp_kvm_posted_intr_nested_ipi(struct pt_regs *regs); 39 extern __visible unsigned int do_IRQ(struct pt_regs *regs); 49 extern __visible void smp_x86_platform_ipi(struct pt_regs *regs);
|
D | kprobes.h | 42 extern __visible kprobe_opcode_t optprobe_template_entry[]; 43 extern __visible kprobe_opcode_t optprobe_template_val[]; 44 extern __visible kprobe_opcode_t optprobe_template_call[]; 45 extern __visible kprobe_opcode_t optprobe_template_end[];
|
D | smp.h | 154 asmlinkage __visible void smp_reboot_interrupt(void); 155 __visible void smp_reschedule_interrupt(struct pt_regs *regs); 156 __visible void smp_call_function_interrupt(struct pt_regs *regs); 157 __visible void smp_call_function_single_interrupt(struct pt_regs *r);
|
D | traps.h | 11 #define dotraplinkage __visible 78 asmlinkage __visible notrace struct pt_regs *sync_regs(struct pt_regs *eregs); 79 asmlinkage __visible notrace
|
/Linux-v5.4/arch/x86/mm/ |
D | extable.c | 26 __visible bool ex_handler_default(const struct exception_table_entry *fixup, in ex_handler_default() 36 __visible bool ex_handler_fault(const struct exception_table_entry *fixup, in ex_handler_fault() 51 __visible bool ex_handler_refcount(const struct exception_table_entry *fixup, in ex_handler_refcount() 106 __visible bool ex_handler_fprestore(const struct exception_table_entry *fixup, in ex_handler_fprestore() 121 __visible bool ex_handler_uaccess(const struct exception_table_entry *fixup, in ex_handler_uaccess() 132 __visible bool ex_handler_ext(const struct exception_table_entry *fixup, in ex_handler_ext() 144 __visible bool ex_handler_rdmsr_unsafe(const struct exception_table_entry *fixup, in ex_handler_rdmsr_unsafe() 161 __visible bool ex_handler_wrmsr_unsafe(const struct exception_table_entry *fixup, in ex_handler_wrmsr_unsafe() 177 __visible bool ex_handler_clear_fs(const struct exception_table_entry *fixup, in ex_handler_clear_fs() 189 __visible bool ex_has_fault_handler(unsigned long ip) in ex_has_fault_handler()
|
/Linux-v5.4/crypto/ |
D | cast_common.c | 13 __visible const u32 cast_s1[256] = { 81 __visible const u32 cast_s2[256] = { 149 __visible const u32 cast_s3[256] = { 217 __visible const u32 cast_s4[256] = {
|
/Linux-v5.4/arch/x86/kernel/ |
D | smp.c | 134 asmlinkage __visible void smp_reboot_interrupt(void) in smp_reboot_interrupt() 226 __visible void __irq_entry smp_reschedule_interrupt(struct pt_regs *regs) in smp_reschedule_interrupt() 247 __visible void __irq_entry smp_call_function_interrupt(struct pt_regs *regs) in smp_call_function_interrupt() 257 __visible void __irq_entry smp_call_function_single_interrupt(struct pt_regs *r) in smp_call_function_single_interrupt()
|
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 | 233 __visible unsigned int __irq_entry do_IRQ(struct pt_regs *regs) in do_IRQ() 275 __visible void __irq_entry smp_x86_platform_ipi(struct pt_regs *regs) in smp_x86_platform_ipi() 306 __visible void smp_kvm_posted_intr_ipi(struct pt_regs *regs) in smp_kvm_posted_intr_ipi() 319 __visible void smp_kvm_posted_intr_wakeup_ipi(struct pt_regs *regs) in smp_kvm_posted_intr_wakeup_ipi() 333 __visible void smp_kvm_posted_intr_nested_ipi(struct pt_regs *regs) in smp_kvm_posted_intr_nested_ipi()
|
/Linux-v5.4/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()
|
/Linux-v5.4/arch/x86/math-emu/ |
D | errors.c | 307 asmlinkage __visible void FPU_exception(int n) in FPU_exception() 497 asmlinkage __visible int arith_invalid(int deststnr) in arith_invalid() 512 asmlinkage __visible int FPU_divide_by_zero(int deststnr, u_char sign) in FPU_divide_by_zero() 544 asmlinkage __visible void set_precision_flag_up(void) in set_precision_flag_up() 553 asmlinkage __visible void set_precision_flag_down(void) in set_precision_flag_down() 562 asmlinkage __visible int denormal_operand(void) in denormal_operand() 573 asmlinkage __visible int arith_overflow(FPU_REG *dest) in arith_overflow() 601 asmlinkage __visible int arith_underflow(FPU_REG *dest) in arith_underflow()
|
/Linux-v5.4/arch/x86/entry/ |
D | common.c | 42 __visible inline void enter_from_user_mode(void) in enter_from_user_mode() 181 __visible inline void prepare_exit_to_usermode(struct pt_regs *regs) in prepare_exit_to_usermode() 253 __visible inline void syscall_return_slowpath(struct pt_regs *regs) in syscall_return_slowpath() 278 __visible void do_syscall_64(unsigned long nr, struct pt_regs *regs) in do_syscall_64() 352 __visible void do_int80_syscall_32(struct pt_regs *regs) in do_int80_syscall_32() 360 __visible long do_fast_syscall_32(struct pt_regs *regs) in do_fast_syscall_32()
|
/Linux-v5.4/arch/x86/power/ |
D | hibernate.c | 32 unsigned long restore_jump_address __visible; variable 39 unsigned long restore_cr3 __visible; variable 40 unsigned long temp_pgt __visible; variable 41 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-v5.4/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 | arm_ssp_per_task_plugin.c | 5 __visible int plugin_is_GPL_compatible; 69 __visible int plugin_init(struct plugin_name_args *plugin_info, in plugin_init()
|
/Linux-v5.4/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-v5.4/lib/ |
D | dump_stack.c | 88 asmlinkage __visible void dump_stack(void) in dump_stack() 126 asmlinkage __visible void dump_stack(void) in dump_stack()
|
/Linux-v5.4/kernel/trace/ |
D | trace_preemptirq.c | 50 __visible void trace_hardirqs_on_caller(unsigned long caller_addr) in trace_hardirqs_on_caller() 64 __visible void trace_hardirqs_off_caller(unsigned long caller_addr) in trace_hardirqs_off_caller()
|
/Linux-v5.4/arch/x86/crypto/ |
D | camellia_glue.c | 47 __visible const u64 camellia_sp10011110[256] = { 136 __visible const u64 camellia_sp22000222[256] = { 225 __visible const u64 camellia_sp03303033[256] = { 314 __visible const u64 camellia_sp00444404[256] = { 403 __visible const u64 camellia_sp02220222[256] = { 492 __visible const u64 camellia_sp30333033[256] = { 581 __visible const u64 camellia_sp44044404[256] = { 670 __visible const u64 camellia_sp11101110[256] = {
|
/Linux-v5.4/include/linux/ |
D | compiler_attributes.h | 149 # define __visible __attribute__((__externally_visible__)) macro 151 # define __visible macro
|