Searched refs:END (Results 26 - 50 of 97) sorted by relevance

1234

/linux-master/arch/arc/kernel/
H A Dentry.S36 END(sys_clone_wrapper)
48 END(sys_clone3_wrapper)
71 END(ret_from_fork)
85 END(instr_service)
109 ; DEAD END: can't do much, display Regs and HALT
117 END(EV_MachineCheck)
128 END(EV_PrivilegeV)
139 END(EV_Extension)
247 END(EV_Trap)
H A Dentry-arcv2.S96 END(handle_interrupt)
104 END(EV_SWI)
110 END(EV_DivZero)
116 END(EV_DCError)
130 END(mem_service)
146 END(EV_Misaligned)
159 END(EV_TLBProtV)
249 END(ret_from_exception)
H A Dentry-compact.S193 END(handle_interrupt_level2)
220 END(mem_service)
247 END(handle_interrupt_level1)
285 END(EV_TLBProtV)
298 END(call_do_page_fault)
388 END(ret_from_exception)
H A Dhead.S100 END(res_service)
152 END(stext)
172 END(first_lines_of_secondary)
/linux-master/drivers/regulator/
H A Dtps6586x-regulator.c203 END, 0),
205 END, 2),
209 END, 4),
211 END, 5),
213 END, 6),
219 0, 5, ENC, 1, END, 1),
221 0, 5, ENC, 7, END, 7),
225 ENC, 3, END, 3, TPS6586X_VCC1, BIT(6)),
234 0, 5, ENC, 7, END, 7),
239 ENC, 2, END,
[all...]
/linux-master/arch/mips/kernel/
H A Dgenex.S43 END(except_vec3_generic)
103 END(except_vec3_r4000)
132 END(__r4k_wait)
231 END(handle_int)
246 END(except_vec4)
259 END(except_vec_ejtag_debug)
279 END(except_vec_vi)
340 END(except_vec_vi_handler)
409 END(ejtag_debug_handler)
439 END(except_vec_nm
[all...]
H A Dcps-vec.S153 END(mips_cps_core_boot)
160 END(excep_tlbfill)
166 END(excep_xtlbfill)
172 END(excep_cache)
178 END(excep_genex)
184 END(excep_intex)
190 END(excep_ejtag)
264 END(mips_cps_core_init)
323 END(mips_cps_get_bootcfg)
487 END(mips_cps_boot_vpe
[all...]
H A Dbmips_5xxx_init.S201 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)
H A Dr4k_switch.S59 END(resume)
H A Dr2300_switch.S64 END(resume)
H A Dbmips_vec.S73 END(bmips_smp_movevec)
246 END(bmips_reset_nmi_vec)
269 END(bmips_smp_int_vec)
322 END(bmips_enable_xks01)
H A Dhead.S142 END(kernel_entry)
153 END(smp_bootstrap)
H A Dr4k_fpu.S49 END(_save_fp)
61 END(_restore_fp)
72 END(_save_msa)
80 END(_restore_msa)
85 END(_init_msa_upper)
160 END(_save_fp_context)
225 END(_restore_fp_context)
278 END(\name)
350 END(_save_msa_all_upper)
407 END(_restore_msa_all_uppe
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dbpf_experimental.h408 * Assert that LHS is in the range [BEG, END] (inclusive of both). This
410 * that both BEG and END must be constant values, and must fit within the
417 #define bpf_assert_range(LHS, BEG, END) \
419 _Static_assert(BEG <= END, "BEG must be <= END"); \
422 __bpf_assert_op(LHS, <=, END, 0, false); \
426 * Assert that LHS is in the range [BEG, END] (inclusive of both). This
428 * that both BEG and END must be constant values, and must fit within the
435 #define bpf_assert_range_with(LHS, BEG, END, value) \
437 _Static_assert(BEG <= END, "BE
[all...]
/linux-master/arch/mips/kvm/
H A Dmsa.S54 END(__kvm_save_msa)
91 END(__kvm_restore_msa)
148 END(__kvm_restore_msa_upper)
161 END(__kvm_restore_msacsr)
H A Dfpu.S65 END(__kvm_save_fpu)
109 END(__kvm_restore_fpu)
125 END(__kvm_restore_fcsr)
/linux-master/arch/arm/tools/
H A Dgen-mach-types25 END {
/linux-master/arch/csky/kernel/
H A Datomic.S61 END(csky_cmpxchg)
/linux-master/arch/csky/abiv2/
H A Dmcount.S92 END(ftrace_stub)
132 END(_mcount)
174 END(ftrace_graph_caller)
182 END(return_to_handler)
/linux-master/drivers/watchdog/
H A Docteon-wdt-nmi.S87 END(octeon_wdt_nmi_stage2)
/linux-master/arch/mips/lib/
H A Dstrncpy_user.S55 END(__strncpy_from_user_asm)
H A Dstrnlen_user.S58 END(__strnlen_user_asm)
/linux-master/arch/mips/alchemy/common/
H A Dsleeper.S111 END(alchemy_sleep_au1000)
150 END(alchemy_sleep_au1550)
223 END(alchemy_sleep_au1300)
266 END(alchemy_sleep_wakeup)
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dconfig2csv.sh37 END {
/linux-master/arch/sparc/lib/
H A Dmcount.S117 END(ftrace_graph_caller)
125 END(return_to_handler)

Completed in 366 milliseconds

1234