/openbmc/qemu/tests/tcg/hexagon/ |
H A D | circ.c | 69 #define CIRC_LOAD_IMM(SIZE, RES, ADDR, START, LEN, INC) \ in INIT() argument 76 : "r"(START), "r"(LEN) \ in INIT() 78 #define CIRC_LOAD_IMM_b(RES, ADDR, START, LEN, INC) \ in INIT() argument 79 CIRC_LOAD_IMM(b, RES, ADDR, START, LEN, INC) in INIT() 80 #define CIRC_LOAD_IMM_ub(RES, ADDR, START, LEN, INC) \ in INIT() argument 81 CIRC_LOAD_IMM(ub, RES, ADDR, START, LEN, INC) in INIT() 82 #define CIRC_LOAD_IMM_h(RES, ADDR, START, LEN, INC) \ in INIT() argument 83 CIRC_LOAD_IMM(h, RES, ADDR, START, LEN, INC) in INIT() 84 #define CIRC_LOAD_IMM_uh(RES, ADDR, START, LEN, INC) \ in INIT() argument 85 CIRC_LOAD_IMM(uh, RES, ADDR, START, LEN, INC) in INIT() [all …]
|
H A D | load_align.c | 281 #define LOAD_pci(SZ, RES, PTR, START, LEN, INC) \ argument 288 : "r"(START), "r"(LEN) \ 290 #define LOAD_pci_b(RES, PTR, START, LEN, INC) \ argument 291 LOAD_pci(b, RES, PTR, START, LEN, INC) 292 #define LOAD_pci_h(RES, PTR, START, LEN, INC) \ argument 293 LOAD_pci(h, RES, PTR, START, LEN, INC) 325 #define LOAD_pcr(SZ, RES, PTR, START, LEN, INC) \ argument 333 "r"(START) \ 335 #define LOAD_pcr_b(RES, PTR, START, LEN, INC) \ argument 336 LOAD_pcr(b, RES, PTR, START, LEN, INC) [all …]
|
H A D | load_unpack.c | 315 #define BxW_LOAD_pci(SZ, RES, PTR, START, LEN, INC) \ argument 322 : "r"(START), "r"(LEN) \ 324 #define BxW_LOAD_pci_Z(RES, PTR, START, LEN, INC) \ argument 325 BxW_LOAD_pci(ubh, RES, PTR, START, LEN, INC) 326 #define BxW_LOAD_pci_S(RES, PTR, START, LEN, INC) \ argument 327 BxW_LOAD_pci(bh, RES, PTR, START, LEN, INC) 364 #define BxW_LOAD_pcr(SZ, RES, PTR, START, LEN, INC) \ argument 372 "r"(START) \ 374 #define BxW_LOAD_pcr_Z(RES, PTR, START, LEN, INC) \ argument 375 BxW_LOAD_pcr(ubh, RES, PTR, START, LEN, INC) [all …]
|
/openbmc/linux/tools/testing/selftests/ftrace/test.d/trigger/inter-event/ |
H A D | trigger-synthetic-eprobe.tc | 11 START="sys_enter_openat" 18 echo "hist:keys=common_pid:__arg__1=$FIELD" > events/$SYSTEM/$START/trigger 19 echo "hist:keys=common_pid:filename=\$__arg__1,ret=ret:onmatch($SYSTEM.$START).trace($SYNTH,\$filen… 44 echo '!'"hist:keys=common_pid:filename=\$__arg__1,ret=ret:onmatch($SYSTEM.$START).trace($SYNTH,\$fi… 45 echo '!'"hist:keys=common_pid:__arg__1=$FIELD" > events/$SYSTEM/$START/trigger
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ |
H A D | es-Asturias | 14 # START CANGAS DE NARCEA Y LLANES 76 # START GIJÓN 114 # START OVIEDO 128 # START INFIESTO 154 # START MIERES 168 # START AVILÉS 182 # START LUARCA-VALDÉS
|
/openbmc/linux/arch/arc/lib/ |
H A D | memcpy-archs.S | 64 ;; LOOP START 78 ;; LOOP START 107 ;; LOOP START 132 ;; LOOP START 150 ;; LOOP START 173 ;; LOOP START 190 ;; LOOP START 213 ;; LOOP START
|
H A D | memcpy-archs-unaligned.S | 28 ;; LOOP START 41 ;; LOOP START
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | patch.c | 210 # define START(name) ((unsigned long) __start_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/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()
|
/openbmc/linux/arch/um/kernel/ |
H A D | uml.lds.S | 19 PROVIDE (__executable_start = START); 25 __binary_start = START; 27 . = START + SIZEOF_HEADERS;
|
/openbmc/qemu/target/hexagon/ |
H A D | reg_fields.c | 22 #define DEF_REG_FIELD(TAG, START, WIDTH) \ argument 23 { START, WIDTH },
|
H A D | reg_fields.h | 27 #define DEF_REG_FIELD(TAG, START, WIDTH) \ argument
|
/openbmc/phosphor-dbus-monitor/src/ |
H A D | main.cpp | 45 watch->callback(Context::START); in main() 54 watch->callback(Context::START); in main()
|
H A D | elog.cpp | 27 if (ctx == Context::START) in operator ()()
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | so_txtime.sh | 66 local readonly START="$(date +%s%N --date="+ 0.1 seconds")" 67 …ip netns exec "${NS2}" "${BIN}" -"${IP}" -c "${CLOCK}" -t "${START}" -S "${SADDR}" -D "${DADDR}" "… 68 …ip netns exec "${NS1}" "${BIN}" -"${IP}" -c "${CLOCK}" -t "${START}" -S "${SADDR}" -D "${DADDR}" "…
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | jit-interface.txt | 10 START SIZE symbolname 12 START and SIZE are hex numbers without 0x.
|
/openbmc/bmcweb/include/ |
H A D | multipart_parser.hpp | 29 START, enumerator 76 state = State::START; in parse() 87 case State::START: in parse() 364 State state{State::START};
|
/openbmc/linux/arch/x86/ |
H A D | Makefile.um | 16 START := 0x8048000 44 START := 0x60000000
|
/openbmc/pldm/oem/ibm/libpldmresponder/ |
H A D | inband_code_update.cpp | 270 START)); in setVersions() 294 START)); in setVersions() 310 uint8_t(CodeUpdateState::START)); in setVersions() 562 uint8_t(CodeUpdateState::START)); in assembleCodeUpdateImage() 577 uint8_t(CodeUpdateState::START)); in assembleCodeUpdateImage() 599 uint8_t(CodeUpdateState::START)); in assembleCodeUpdateImage()
|
/openbmc/openbmc-tools/bi2cp/ |
H A D | bi2cp | 95 START = 0 variable in I2CCondition 168 return {I2CCondition.START} 170 return {I2CCondition.START, I2CCondition.STOP} 209 if i2cxfer.conditions == {I2CCondition.START}: 212 if i2cxfer.conditions == {I2CCondition.START, I2CCondition.STOP}:
|
/openbmc/qemu/target/hexagon/idef-parser/ |
H A D | macros.h.inc | 100 #define fWRITE_LOOP_REGS0(START, COUNT) SA0 = START; (LC0 = COUNT) 101 #define fWRITE_LOOP_REGS1(START, COUNT) SA1 = START; (LC1 = COUNT)
|
/openbmc/linux/lib/ |
H A D | interval_tree.c | 7 #define START(node) ((node)->start) macro 12 START, LAST,, interval_tree)
|
/openbmc/u-boot/doc/ |
H A D | I2C_Edge_Conditions | 19 1) START 21 3) START "this start is ignored by most EEPROMs"
|
/openbmc/phosphor-dbus-monitor/src/test/ |
H A D | callbacktest.cpp | 13 (*c)(Context::START); in TEST()
|
/openbmc/linux/drivers/vhost/ |
H A D | iotlb.c | 16 #define START(map) ((map)->start) macro 21 START, LAST, static inline, vhost_iotlb_itree);
|