/Linux-v4.19/arch/mips/kernel/ |
D | cps-vec-ns16550.S | 32 END(_mips_cps_putc) 52 END(_mips_cps_puts) 69 END(_mips_cps_putx4) 86 END(_mips_cps_putx8) 103 END(_mips_cps_putx16) 120 END(_mips_cps_putx32) 139 END(_mips_cps_putx64) 197 END(mips_cps_bev_dump)
|
D | genex.S | 46 END(except_vec3_generic) 106 END(except_vec3_r4000) 135 END(__r4k_wait) 234 END(handle_int) 249 END(except_vec4) 262 END(except_vec_ejtag_debug) 284 END(except_vec_vi) 343 END(except_vec_vi_handler) 411 END(ejtag_debug_handler) 441 END(except_vec_nmi) [all …]
|
D | cps-vec.S | 188 END(mips_cps_core_entry) 195 END(excep_tlbfill) 202 END(excep_xtlbfill) 209 END(excep_cache) 216 END(excep_genex) 223 END(excep_intex) 230 END(excep_ejtag) 303 END(mips_cps_core_init) 363 END(mips_cps_get_bootcfg) 526 END(mips_cps_boot_vpes) [all …]
|
D | bmips_5xxx_init.S | 201 END(size_i_cache) 293 END(size_d_cache) 440 END(set_other_config) 473 END(set_branch_pred) 497 END(set_luc) 517 END(set_cwf_tse) 542 END(set_clock_ratio) 573 END(set_zephyr) 614 END(set_llmb)
|
D | r2300_fpu.S | 45 END(_save_fp) 53 END(_restore_fp) 109 END(_init_fpu) 147 END(_save_fp_context) 181 END(_restore_fp_context)
|
D | r4k_fpu.S | 49 END(_save_fp) 61 END(_restore_fp) 72 END(_save_msa) 80 END(_restore_msa) 85 END(_init_msa_upper) 229 END(_init_fpu) 304 END(_save_fp_context) 369 END(_restore_fp_context) 422 END(\name) 494 END(_save_msa_all_upper) [all …]
|
/Linux-v4.19/arch/nios2/kernel/ |
D | ptrace.c | 31 #define REG_O_ZERO_RANGE(START, END) \ in genregs_get() argument 34 START * 4, (END * 4) + 4); in genregs_get() 41 #define REG_O_RANGE(PTR, START, END) \ in genregs_get() argument 44 START * 4, (END * 4) + 4); in genregs_get() 77 #define REG_IGNORE_RANGE(START, END) \ in genregs_set() argument 80 START * 4, (END * 4) + 4); in genregs_set() 87 #define REG_IN_RANGE(PTR, START, END) \ in genregs_set() argument 90 (void *)(PTR), START * 4, (END * 4) + 4); in genregs_set()
|
/Linux-v4.19/arch/mips/mm/ |
D | tlb-funcs.S | 23 END(tlbmiss_handler_setup_pgd) 29 END(handle_tlbm) 34 END(handle_tlbs) 39 END(handle_tlbl)
|
D | page-funcs.S | 36 END(cpu_clear_page_function_name) 52 END(cpu_copy_page_function_name)
|
/Linux-v4.19/arch/x86/entry/ |
D | entry_32.S | 679 END(__switch_to_asm) 727 END(ret_from_fork) 761 END(ret_from_exception) 773 END(resume_kernel) 1097 END(irq_entries_start) 1139 END(coprocessor_error) 1153 END(simd_coprocessor_error) 1160 END(device_not_available) 1166 END(native_iret) 1174 END(overflow) [all …]
|
D | entry_64.S | 53 END(native_usergs_sysret64) 196 END(entry_SYSCALL_64_trampoline) 204 END(entry_SYSCALL_64_stage2) 337 END(entry_SYSCALL_64) 385 END(__switch_to_asm) 421 END(ret_from_fork) 437 END(irq_entries_start) 629 END(interrupt_entry) 828 END(common_interrupt) 842 END(\sym) [all …]
|
/Linux-v4.19/arch/mips/net/ |
D | bpf_jit_asm.S | 86 END(sk_load_word) 107 END(sk_load_half) 118 END(sk_load_byte) 195 END(bpf_slow_path_word) 216 END(bpf_slow_path_half) 223 END(bpf_slow_path_byte) 265 END(sk_load_word_negative) 273 END(sk_load_half_negative) 281 END(sk_load_byte_negative)
|
/Linux-v4.19/arch/ia64/kernel/ |
D | ivt.S | 247 END(vhpt_miss) 291 END(itlb_miss) 335 END(dtlb_miss) 373 END(alt_itlb_miss) 428 END(alt_dtlb_miss) 509 END(nested_dtlb_miss) 517 END(ikey_miss) 525 END(dkey_miss) 588 END(dirty_bit) 654 END(iaccess_bit) [all …]
|
D | pal.S | 39 END(ia64_pal_handler_init) 49 END(ia64_pal_default_handler) 91 END(ia64_pal_call_static) 127 END(ia64_pal_call_stacked) 199 END(ia64_pal_call_phys_static) 257 END(ia64_pal_call_phys_stacked) 283 END(ia64_save_scratch_fpregs) 305 END(ia64_load_scratch_fpregs)
|
D | patch.c | 211 # define END(name) ((unsigned long)__end_gate_##name##_patchlist) in ia64_patch_gate() macro 213 patch_fsyscall_table(START(fsyscall), END(fsyscall)); in ia64_patch_gate() 214 patch_brl_fsys_bubble_down(START(brl_fsys_bubble_down), END(brl_fsys_bubble_down)); in ia64_patch_gate() 215 ia64_patch_vtop(START(vtop), END(vtop)); in ia64_patch_gate() 216 ia64_patch_mckinley_e9(START(mckinley_e9), END(mckinley_e9)); in ia64_patch_gate()
|
/Linux-v4.19/drivers/regulator/ |
D | tps6586x-regulator.c | 206 END, 0), 208 END, 2), 212 END, 4), 214 END, 5), 216 END, 6), 222 0, 5, ENC, 1, END, 1), 224 0, 5, ENC, 7, END, 7), 228 ENC, 3, END, 3, TPS6586X_VCC1, BIT(6)), 237 0, 5, ENC, 7, END, 7), 242 ENC, 2, END, 2), [all …]
|
/Linux-v4.19/arch/ia64/hp/sim/boot/ |
D | boot_head.S | 20 END(printk) 31 END(_start) 39 END(debug_break) 46 END(ssc) 53 END(jmp_to_kernel) 165 END(pal_emulator_static)
|
/Linux-v4.19/include/linux/ |
D | linkage.h | 96 #ifndef END 97 #define END(name) \ macro 108 END(name)
|
/Linux-v4.19/arch/ia64/sn/kernel/ |
D | pio_phys.S | 37 END(pio_phys_read_mmr) 52 END(pio_phys_write_mmr) 69 END(pio_atomic_phys_write_mmrs)
|
/Linux-v4.19/arch/x86/realmode/ |
D | rmpiggy.S | 15 END(real_mode_blob) 21 END(real_mode_relocs)
|
/Linux-v4.19/arch/arc/kernel/ |
D | entry-arcv2.S | 98 END(handle_interrupt) 106 END(EV_SWI) 112 END(EV_DivZero) 118 END(EV_DCError) 137 END(mem_service) 158 END(EV_Misaligned) 176 END(EV_TLBProtV)
|
/Linux-v4.19/arch/mips/vdso/ |
D | sigreturn.S | 27 END(__vdso_rt_sigreturn) 37 END(__vdso_sigreturn)
|
/Linux-v4.19/arch/x86/realmode/rm/ |
D | header.S | 37 END(real_mode_header) 44 END(end_signature)
|
/Linux-v4.19/arch/mips/netlogic/common/ |
D | smpboot.S | 72 END(xlp_boot_core0_siblings) 96 END(nlm_boot_secondary_cpus) 141 END(nlm_rmiboot_preboot)
|
/Linux-v4.19/arch/x86/kernel/ |
D | ftrace_32.S | 36 END(function_hook) 103 END(ftrace_caller) 208 END(function_hook) 231 END(ftrace_graph_caller)
|