/openbmc/linux/arch/x86/include/asm/ |
H A D | mshyperv.h | 128 static inline u64 _hv_do_fast_hypercall8(u64 control, u64 input1) in _hv_do_fast_hypercall8() argument 134 return hv_tdx_hypercall(control, input1, 0); in _hv_do_fast_hypercall8() 140 "+c" (control), "+d" (input1) in _hv_do_fast_hypercall8() 145 "+c" (control), "+d" (input1) in _hv_do_fast_hypercall8() 151 u32 input1_hi = upper_32_bits(input1); in _hv_do_fast_hypercall8() 152 u32 input1_lo = lower_32_bits(input1); in _hv_do_fast_hypercall8() 167 static inline u64 hv_do_fast_hypercall8(u16 code, u64 input1) in hv_do_fast_hypercall8() argument 171 return _hv_do_fast_hypercall8(control, input1); in hv_do_fast_hypercall8() 174 static inline u64 hv_do_fast_nested_hypercall8(u16 code, u64 input1) in hv_do_fast_nested_hypercall8() argument 178 return _hv_do_fast_hypercall8(control, input1); in hv_do_fast_nested_hypercall8() [all …]
|
/openbmc/qemu/tests/tcg/mips/include/ |
H A D | wrappers_mips64r6.h | 51 static inline void do_mips64r6_##suffix(const void *input1, \ 61 : "r" (input1), "r" (input2), "r" (output) \
|
H A D | wrappers_msa.h | 108 static inline void do_msa_##suffix(const void *input1, \ 121 : "r" (input1), "r" (input2), "r" (output) \ 127 static inline void do_msa_##suffix(const void *input1, \ 140 : "r" (input1), "r" (input2), "r" (output) \ 146 static inline void do_msa_##suffix(const void *input1, \ 159 : "r" (input1), "r" (input2), "r" (output) \
|
/openbmc/linux/drivers/accessibility/speakup/ |
H A D | i18n.c | 491 static bool compare_specifiers(char **input1, char **input2) in compare_specifiers() argument 494 char *end1 = find_specifier_end(*input1); in compare_specifiers() 496 size_t length1 = end1 - *input1; in compare_specifiers() 499 if ((length1 == length2) && !memcmp(*input1, *input2, length1)) in compare_specifiers() 502 *input1 = end1; in compare_specifiers()
|
/openbmc/phosphor-host-ipmid/transport/serialbridge/test/ |
H A D | serial_unittest.cpp | 67 std::span<uint8_t> input1(dataBytesSplit1); in TEST() local 78 result = channel->consumeIpmiSerialPacket(input1, output); in TEST()
|
/openbmc/linux/drivers/media/tuners/ |
H A D | xc2028.h | 40 unsigned int input1:1; member
|
H A D | xc2028.c | 1167 if (priv->ctrl.input1) in xc2028_set_analog_freq()
|
/openbmc/phosphor-pid-control/test/ |
H A D | pid_zone_unittest.cpp | 311 std::vector<std::string> input1 = {"temp1"}; in TEST_F() local 316 zone->addPidFailSafePercent(input1, values[0]); in TEST_F() 330 std::vector<std::string> input1 = {"temp1"}; in TEST_F() local 335 zone->addPidFailSafePercent(input1, values[0]); in TEST_F()
|
/openbmc/linux/drivers/platform/x86/dell/ |
H A D | dell-laptop.c | 1340 u32 input1; in kbd_set_state() local 1343 input1 = BIT(state->mode_bit) & 0xFFFF; in kbd_set_state() 1344 input1 |= (state->triggers & 0xFF) << 16; in kbd_set_state() 1345 input1 |= (state->timeout_value & 0x3F) << 24; in kbd_set_state() 1346 input1 |= (state->timeout_unit & 0x3) << 30; in kbd_set_state() 1351 dell_fill_request(&buffer, 0x2, input1, input2, 0); in kbd_set_state()
|
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-pic32.c | 293 FUNCTION(INT4, input1), 294 FUNCTION(T5CK, input1), 295 FUNCTION(T7CK, input1), 296 FUNCTION(IC4, input1), 297 FUNCTION(IC8, input1), 298 FUNCTION(U3RX, input1), 299 FUNCTION(U4CTS, input1), 300 FUNCTION(SDI2, input1), 301 FUNCTION(SDI4, input1), 302 FUNCTION(C1RX, input1), [all …]
|
/openbmc/libpldm/docs/ |
H A D | fuzzing.md | 44 totally fresh start, copy in `tests/fuzz/fd-fuzz-input1.dat`, a sample
|
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_npc_fs.c | 162 static bool npc_check_overlap_fields(struct npc_key_field *input1, in npc_check_overlap_fields() argument 170 if (input1->layer_mdata.lid == input2->layer_mdata.lid && in npc_check_overlap_fields() 171 input1->layer_mdata.ltype != input2->layer_mdata.ltype) in npc_check_overlap_fields() 175 if (input1->kw_mask[kwi] & input2->kw_mask[kwi]) in npc_check_overlap_fields()
|
/openbmc/linux/drivers/gpu/drm/gma500/ |
H A D | psb_intel_sdvo.c | 1130 bool input1, input2; in psb_intel_sdvo_dpms() local 1144 status = psb_intel_sdvo_get_trained_inputs(psb_intel_sdvo, &input1, &input2); in psb_intel_sdvo_dpms() 1149 if (status == SDVO_CMD_STATUS_SUCCESS && !input1) { in psb_intel_sdvo_dpms()
|
/openbmc/linux/Documentation/arch/sparc/oradax/ |
H A D | oracle-dax.rst | 243 u64 input1; 326 ccb->input1 = 0; /* secondary input address, unused */
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_sdvo.c | 1872 bool input1, input2; in intel_enable_sdvo() local 1883 success = intel_sdvo_get_trained_inputs(intel_sdvo, &input1, &input2); in intel_enable_sdvo() 1890 if (success && !input1) { in intel_enable_sdvo()
|
/openbmc/openbmc/poky/meta/recipes-support/vte/vte/ |
H A D | 0004-fast_float-Add-single-header-library-for-from_char-i.patch | 363 +fastfloat_strncasecmp(UC const *input1, UC const *input2, size_t length) { 366 + running_diff |= (char(input1[i]) ^ char(input2[i]));
|