| /linux/arch/arm/include/asm/ |
| H A D | kprobes.h | 45 extern __visible kprobe_opcode_t optprobe_template_entry[]; 46 extern __visible kprobe_opcode_t optprobe_template_val[]; 47 extern __visible kprobe_opcode_t optprobe_template_call[]; 48 extern __visible kprobe_opcode_t optprobe_template_end[]; 49 extern __visible kprobe_opcode_t optprobe_template_sub_sp[]; 50 extern __visible kprobe_opcode_t optprobe_template_add_sp[]; 51 extern __visible kprobe_opcode_t optprobe_template_restore_begin[]; 52 extern __visible kprobe_opcode_t optprobe_template_restore_orig_insn[]; 53 extern __visible kprobe_opcode_t optprobe_template_restore_end[];
|
| /linux/arch/x86/include/asm/ |
| H A 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);
|
| H A D | kprobes.h | 38 extern __visible kprobe_opcode_t optprobe_template_entry[]; 39 extern __visible kprobe_opcode_t optprobe_template_clac[]; 40 extern __visible kprobe_opcode_t optprobe_template_val[]; 41 extern __visible kprobe_opcode_t optprobe_template_call[]; 42 extern __visible kprobe_opcode_t optprobe_template_end[];
|
| H A D | traps.h | 14 asmlinkage __visible notrace struct pt_regs *sync_regs(struct pt_regs *eregs); 15 asmlinkage __visible notrace 17 asmlinkage __visible noinstr struct pt_regs *vc_switch_off_ist(struct pt_regs *eregs);
|
| /linux/crypto/ |
| H A 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/arch/x86/power/ |
| H A 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
|
| H A D | cpu.c | 34 __visible unsigned long saved_context_ebx; 35 __visible unsigned long saved_context_esp, saved_context_ebp; 36 __visible unsigned long saved_context_esi, saved_context_edi; 37 __visible unsigned long saved_context_eflags;
|
| /linux/arch/x86/math-emu/ |
| H A 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/arch/riscv/kernel/ |
| H A D | traps.c | 151 asmlinkage __visible __trap_section void name(struct pt_regs *regs) \ 173 asmlinkage __visible __trap_section void do_trap_insn_illegal(struct pt_regs *regs) in do_trap_insn_illegal() 242 asmlinkage __visible __trap_section void do_trap_load_misaligned(struct pt_regs *regs) in do_trap_load_misaligned() 247 asmlinkage __visible __trap_section void do_trap_store_misaligned(struct pt_regs *regs) in do_trap_store_misaligned() 307 asmlinkage __visible __trap_section void do_trap_break(struct pt_regs *regs) in do_trap_break() 326 asmlinkage __visible __trap_section __no_stack_protector 409 asmlinkage __visible __trap_section void do_trap_software_check(struct pt_regs *regs) in do_trap_software_check() 426 asmlinkage __visible noinstr void do_page_fault(struct pt_regs *regs) in do_page_fault()
|
| /linux/arch/powerpc/include/asm/ |
| H A D | interrupt.h | 400 #define interrupt_handler __visible noinline notrace __no_kcsan __no_sanitize_address 408 __visible long func(struct pt_regs *regs) 457 __visible void func(struct pt_regs *regs) 489 __visible long func(struct pt_regs *regs) 525 __visible void func(struct pt_regs *regs) 557 __visible long func(struct pt_regs *regs)
|
| /linux/arch/x86/lib/ |
| H A D | memcpy_32.c | 9 __visible void *memcpy(void *to, const void *from, size_t n) in memcpy() 15 __visible void *memset(void *s, int c, size_t count) in memset()
|
| /linux/drivers/pnp/pnpbios/ |
| H A 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/arch/x86/kernel/ |
| H A D | rethook.c | 12 __visible void arch_rethook_trampoline_callback(struct pt_regs *regs); 67 __used __visible void arch_rethook_trampoline_callback(struct pt_regs *regs) in arch_rethook_trampoline_callback()
|
| H A D | traps.c | 546 __visible void __noreturn handle_stack_overflow(struct pt_regs *regs, in handle_stack_overflow() 1042 asmlinkage __visible noinstr struct pt_regs *sync_regs(struct pt_regs *eregs) in sync_regs() 1051 asmlinkage __visible noinstr struct pt_regs *vc_switch_off_ist(struct pt_regs *regs) in vc_switch_off_ist() 1093 asmlinkage __visible noinstr struct pt_regs *fixup_bad_iret(struct pt_regs *bad_regs) in fixup_bad_iret()
|
| /linux/lib/ |
| H A D | dump_stack.c | 103 asmlinkage __visible void dump_stack_lvl(const char *log_lvl) in dump_stack_lvl() 127 asmlinkage __visible void dump_stack(void) in dump_stack()
|
| /linux/scripts/gcc-plugins/ |
| H A D | arm_ssp_per_task_plugin.c | |
| H A D | gcc-common.h | 91 #ifndef __visible 92 #define __visible __attribute__((visibility("default"))) macro
|
| H A D | stackleak_plugin.c | 32 __visible int plugin_is_GPL_compatible; 525 __visible int plugin_init(struct plugin_name_args *plugin_info, in plugin_init()
|
| /linux/include/linux/ |
| H A D | compiler_attributes.h | 149 # define __visible __attribute__((__externally_visible__)) macro 151 # define __visible macro
|
| /linux/arch/x86/entry/ |
| H A D | entry_fred.c | 224 __visible noinstr void fred_entry_from_user(struct pt_regs *regs) in fred_entry_from_user() 256 __visible noinstr void fred_entry_from_kernel(struct pt_regs *regs) in fred_entry_from_kernel() 285 __visible noinstr void __fred_entry_from_kvm(struct pt_regs *regs) in __fred_entry_from_kvm()
|
| /linux/arch/x86/xen/ |
| H A D | mmu_pv.c | 421 __visible pteval_t xen_pte_val(pte_t pte) in xen_pte_val() 429 __visible pgdval_t xen_pgd_val(pgd_t pgd) in xen_pgd_val() 435 __visible pte_t xen_make_pte(pteval_t pte) in xen_make_pte() 443 __visible pgd_t xen_make_pgd(pgdval_t pgd) in xen_make_pgd() 450 __visible pmdval_t xen_pmd_val(pmd_t pmd) in xen_pmd_val() 488 __visible pmd_t xen_make_pmd(pmdval_t pmd) in xen_make_pmd() 495 __visible pudval_t xen_pud_val(pud_t pud) in xen_pud_val() 501 __visible pud_t xen_make_pud(pudval_t pud) in xen_make_pud() 587 __visible p4dval_t xen_p4d_val(p4d_t p4d) in xen_p4d_val() 593 __visible p4d_t xen_make_p4d(p4dval_t p4d) in xen_make_p4d() [all …]
|
| /linux/kernel/locking/ |
| H A D | qspinlock_paravirt.h | 498 __visible __lockfunc void 543 __visible __lockfunc void __pv_queued_spin_unlock(struct qspinlock *lock) in __pv_queued_spin_unlock()
|
| /linux/arch/x86/um/asm/ |
| H A D | checksum.h | 24 extern __visible __wsum csum_partial_copy_generic(const void *src, void *dst, int len);
|
| /linux/kernel/ |
| H A D | extable.c | 33 u32 __initdata __visible main_extable_sort_needed = 1;
|
| /linux/arch/parisc/kernel/ |
| H A D | toc.c | 16 DEFINE_PER_CPU_PAGE_ALIGNED(char [16384], toc_stack) __visible;
|