| /linux/arch/mips/kernel/ |
| H A D | cps-vec-ns16550.S | 42 END(_mips_cps_putc) 62 END(_mips_cps_puts) 79 END(_mips_cps_putx4) 96 END(_mips_cps_putx8) 113 END(_mips_cps_putx16) 130 END(_mips_cps_putx32) 149 END(_mips_cps_putx64) 207 END(mips_cps_bev_dump)
|
| H A D | genex.S | 43 END(except_vec3_generic) 103 END(except_vec3_r4000) 139 END(r4k_wait) 242 END(handle_int) 257 END(except_vec4) 270 END(except_vec_ejtag_debug) 290 END(except_vec_vi) 351 END(except_vec_vi_handler) 420 END(ejtag_debug_handler) 450 END(except_vec_nmi) [all …]
|
| H A 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)
|
| H A 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) 160 END(_save_fp_context) 225 END(_restore_fp_context) 278 END(\name) 350 END(_save_msa_all_upper) 407 END(_restore_msa_all_upper)
|
| H A D | r2300_fpu.S | 45 END(_save_fp) 53 END(_restore_fp) 89 END(_save_fp_context) 123 END(_restore_fp_context)
|
| H A D | octeon_switch.S | 89 END(resume) 250 END(octeon_cop2_save) 412 END(octeon_cop2_restore) 431 END(octeon_mult_save) 450 END(octeon_mult_save2) 481 END(octeon_mult_save3) 498 END(octeon_mult_restore) 516 END(octeon_mult_restore2) 546 END(octeon_mult_restore3)
|
| H A D | bmips_vec.S | 73 END(bmips_smp_movevec) 246 END(bmips_reset_nmi_vec) 269 END(bmips_smp_int_vec) 322 END(bmips_enable_xks01)
|
| /linux/arch/mips/mm/ |
| H A D | tlb-funcs.S | 23 END(tlbmiss_handler_setup_pgd) 29 END(handle_tlbm) 34 END(handle_tlbs) 39 END(handle_tlbl)
|
| H A D | page-funcs.S | 36 END(cpu_clear_page_function_name) 52 END(cpu_copy_page_function_name)
|
| H A D | cex-oct.S | 52 END(except_vec2_octeon) 70 END(handle_cache_err)
|
| /linux/drivers/regulator/ |
| H A D | tps6586x-regulator.c | 203 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, 2), [all …]
|
| /linux/tools/testing/selftests/ftrace/test.d/trigger/inter-event/ |
| H A D | trigger-synthetic-eprobe.tc | 12 END="sys_exit_openat" 19 …rg__1,ret=ret:onmatch($SYSTEM.$START).trace($SYNTH,\$filename,\$ret)" > events/$SYSTEM/$END/trigger 44 …rg__1,ret=ret:onmatch($SYSTEM.$START).trace($SYNTH,\$filename,\$ret)" > events/$SYSTEM/$END/trigger
|
| /linux/arch/arc/kernel/ |
| H A D | entry.S | 36 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 247 END(EV_Trap)
|
| H A D | entry-arcv2.S | 96 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)
|
| /linux/include/uapi/linux/ |
| H A D | gpib.h | 47 END = (1 << END_NUM), /* EOI or EOS encountered */ enumerator 51 device_status_mask = ERR | TIMO | END | CMPL | RQS, 52 board_status_mask = ERR | TIMO | END | CMPL | SPOLL |
|
| /linux/arch/nios2/kernel/ |
| H A D | ptrace.c | 55 #define REG_IGNORE_RANGE(START, END) \ in genregs_set() argument 58 START * 4, (END * 4) + 4); in genregs_set() 65 #define REG_IN_RANGE(PTR, START, END) \ in genregs_set() argument 68 (void *)(PTR), START * 4, (END * 4) + 4); in genregs_set()
|
| /linux/arch/mips/vdso/ |
| H A D | sigreturn.S | 23 END(__vdso_rt_sigreturn) 33 END(__vdso_sigreturn)
|
| /linux/arch/csky/abiv2/ |
| H A D | mcount.S | 92 END(ftrace_stub) 132 END(_mcount) 174 END(ftrace_graph_caller) 182 END(return_to_handler)
|
| /linux/arch/mips/kvm/ |
| H A D | msa.S | 54 END(__kvm_save_msa) 91 END(__kvm_restore_msa) 148 END(__kvm_restore_msa_upper) 161 END(__kvm_restore_msacsr)
|
| /linux/samples/rust/ |
| H A D | rust_driver_pci.rs | 43 pub(super) const END: usize = 0x10; 46 type Bar0<'bound> = pci::Bar<'bound, { regs::END }>; 160 let bar = pdev.iomap_region_sized::<{ regs::END }>(0, c"rust_driver_pci")?; 24 const END: usize = 0x10; global() constant
|
| /linux/tools/certs/ |
| H A D | print-cert-tbs-hash.sh | 66 END="$(( OFFSET + RANGE_AND_DIGEST[1] ))" 89 dd "bs=1" "skip=${OFFSET}" "count=${END}" "status=none" | \
|
| /linux/arch/csky/kernel/ |
| H A D | head.S | 17 END(_start) 41 END(_start_smp_secondary)
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | bpf_experimental.h | 297 * Assert that LHS is in the range [BEG, END] (inclusive of both). This 299 * that both BEG and END must be constant values, and must fit within the 306 #define bpf_assert_range(LHS, BEG, END) \ 308 _Static_assert(BEG <= END, "BEG must be <= END"); \ 311 __bpf_assert_op(LHS, <=, END, 0, false); \ 315 * Assert that LHS is in the range [BEG, END] (inclusive of both). This 317 * that both BEG and END must be constant values, and must fit within the 324 #define bpf_assert_range_with(LHS, BEG, END, value) \ 326 _Static_assert(BEG <= END, "BE 536 bpf_assert_range(LHS,BEG,END) global() argument 554 bpf_assert_range_with(LHS,BEG,END,value) global() argument [all...] |
| /linux/drivers/net/slip/ |
| H A D | slip.h | 44 #undef END 46 #define END 0300 /* indicates end of frame */ macro
|
| /linux/arch/mips/alchemy/common/ |
| H A D | sleeper.S | 111 END(alchemy_sleep_au1000) 150 END(alchemy_sleep_au1550) 223 END(alchemy_sleep_au1300) 266 END(alchemy_sleep_wakeup)
|