Home
last modified time | relevance | path

Searched refs:END (Results 1 – 25 of 537) sorted by relevance

12345678910>>...22

/openbmc/u-boot/lib/efi_loader/
H A Defi_device_path.c19 static const struct efi_device_path END = { variable
22 .length = sizeof(END),
261 size_t sz = efi_dp_size(dp) + sizeof(END); in efi_dp_dup()
281 ret = efi_dp_dup(&END); in efi_dp_append()
290 void *p = dp_alloc(sz1 + sz2 + sizeof(END)); in efi_dp_append()
295 memcpy(p + sz1, dp2, sz2 + sizeof(END)); in efi_dp_append()
308 ret = efi_dp_dup(&END); in efi_dp_append_node()
313 void *p = dp_alloc(sz + sizeof(END)); in efi_dp_append_node()
317 memcpy(p + sz, &END, sizeof(END)); in efi_dp_append_node()
322 void *p = dp_alloc(sz + node->length + sizeof(END)); in efi_dp_append_node()
[all …]
/openbmc/linux/arch/mips/kernel/
H A Dcps-vec-ns16550.S42 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 Dcps-vec.S181 END(mips_cps_core_entry)
188 END(excep_tlbfill)
195 END(excep_xtlbfill)
202 END(excep_cache)
209 END(excep_genex)
216 END(excep_intex)
223 END(excep_ejtag)
296 END(mips_cps_core_init)
355 END(mips_cps_get_bootcfg)
519 END(mips_cps_boot_vpes)
[all …]
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)
281 END(except_vec_vi)
340 END(except_vec_vi_handler)
409 END(ejtag_debug_handler)
439 END(except_vec_nmi)
[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_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_upper)
/openbmc/linux/arch/mips/mm/
H A Dtlb-funcs.S23 END(tlbmiss_handler_setup_pgd)
29 END(handle_tlbm)
34 END(handle_tlbs)
39 END(handle_tlbl)
/openbmc/linux/arch/ia64/kernel/
H A Divt.S246 END(vhpt_miss)
290 END(itlb_miss)
334 END(dtlb_miss)
372 END(alt_itlb_miss)
427 END(alt_dtlb_miss)
508 END(nested_dtlb_miss)
516 END(ikey_miss)
524 END(dkey_miss)
587 END(dirty_bit)
653 END(iaccess_bit)
[all …]
H A Dpal.S39 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)
H A Dpatch.c211 # 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()
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/
H A Dnginx-cross.patch43 - cat << END >> $NGX_AUTO_CONFIG_H
45 + cat << END >> $NGX_AUTO_CONFIG_H
52 END
54 + cat << END >> $NGX_AUTO_CONFIG_H
60 +END
65 @@ -86,7 +104,7 @@ END
97 @@ -568,6 +580,17 @@ cat << END
112 END
130 END
135 -cat << END > $NGX_AUTOTEST.c
[all …]
H A D0001-Allow-the-overriding-of-the-endianness-via-the-confi.patch20 END
23 -cat << END > $NGX_AUTOTEST.c
30 + cat << END > $NGX_AUTOTEST.c
36 END
/openbmc/linux/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, 2),
[all …]
/openbmc/qemu/include/qemu/
H A Dbswap.h391 #define DO_STN_LDN_P(END) \ argument
392 static inline void stn_## END ## _p(void *ptr, int sz, uint64_t v) \
399 stw_ ## END ## _p(ptr, v); \
402 stl_ ## END ## _p(ptr, v); \
405 stq_ ## END ## _p(ptr, v); \
411 static inline uint64_t ldn_## END ## _p(const void *ptr, int sz) \
417 return lduw_ ## END ## _p(ptr); \
419 return (uint32_t)ldl_ ## END ## _p(ptr); \
421 return ldq_ ## END ## _p(ptr); \
/openbmc/openbmc-test-automation/lib/
H A Devent_notification_utils.robot14 END
25 END
39 END
54 END
55 END
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/
H A Des-Asturias26 # END CANGAS DE NARCEA Y LLANES
88 # END GIJÓN
126 # END OVIEDO
140 # END INFIESTO
166 # END MIERES
180 # END AVILÉS
194 # END LUARCA-VALDÉS
/openbmc/openbmc-test-automation/xcat/
H A Dtest_xcat_group.robot29 END
40 END
51 END
62 END
85 END
107 END
126 END
150 END
169 END
185 END
[all …]
/openbmc/linux/arch/riscv/kernel/
H A Dhibernate-asm.S37 END(__hibernate_cpu_resume)
53 END(hibernate_restore_image)
76 END(hibernate_core_restore_code)
/openbmc/u-boot/include/linux/
H A Dlinkage.h61 #ifndef END
62 #define END(name) \
69 END(name)
/openbmc/qemu/target/arm/tcg/
H A Dsme_helper.c593 #define DO_LD(L, END, ESZ) \ argument
594 void HELPER(sme_ld1##L##END##_h)(CPUARMState *env, void *za, void *vg, \
598 sve_ld1##L##L##END##_host, sve_ld1##L##L##END##_tlb, \
601 void HELPER(sme_ld1##L##END##_v)(CPUARMState *env, void *za, void *vg, \
605 sme_ld1##L##END##_v_host, sme_ld1##L##END##_v_tlb, \
608 void HELPER(sme_ld1##L##END##_h_mte)(CPUARMState *env, void *za, void *vg, \
612 sve_ld1##L##L##END##_host, sve_ld1##L##L##END##_tlb, \
615 void HELPER(sme_ld1##L##END##_v_mte)(CPUARMState *env, void *za, void *vg, \
619 sme_ld1##L##END##_v_host, sme_ld1##L##END##_v_tlb, \
778 #define DO_ST(L, END, ESZ) \ argument
[all …]
/openbmc/linux/tools/testing/selftests/ftrace/test.d/trigger/inter-event/
H A Dtrigger-synthetic-eprobe.tc12 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
/openbmc/linux/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
247 END(EV_Trap)
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_fru.robot36 END
60 END
93 END
94 END
95 END
/openbmc/linux/arch/nios2/kernel/
H A Dptrace.c55 #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()
/openbmc/qemu/accel/tcg/
H A Datomic_template.h73 # define END macro
75 # define END _be macro
77 # define END _le macro
193 #undef END
200 # define END _le macro
202 # define END _be
322 #undef END

12345678910>>...22