Searched refs:input1 (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/x86/include/asm/ |
| H A D | mshyperv.h | 101 static inline u64 _hv_do_fast_hypercall8(u64 control, u64 input1) in _hv_do_fast_hypercall8() argument 104 return static_call_mod(hv_hypercall)(control, input1, 0); in _hv_do_fast_hypercall8() 106 u32 input1_hi = upper_32_bits(input1); in _hv_do_fast_hypercall8() 107 u32 input1_lo = lower_32_bits(input1); in _hv_do_fast_hypercall8() 122 static inline u64 hv_do_fast_hypercall8(u16 code, u64 input1) in hv_do_fast_hypercall8() argument 126 return _hv_do_fast_hypercall8(control, input1); in hv_do_fast_hypercall8() 130 static inline u64 _hv_do_fast_hypercall16(u64 control, u64 input1, u64 input2) in _hv_do_fast_hypercall16() argument 133 return static_call_mod(hv_hypercall)(control, input1, input2); in _hv_do_fast_hypercall16() 135 u32 input1_hi = upper_32_bits(input1); in _hv_do_fast_hypercall16() 136 u32 input1_lo = lower_32_bits(input1); in _hv_do_fast_hypercall16() [all …]
|
| /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()
|
| /linux/drivers/media/tuners/ |
| H A D | xc2028.h | 40 unsigned int input1:1; member
|
| /linux/include/asm-generic/ |
| H A D | mshyperv.h | 78 u64 hv_do_fast_hypercall16(u16 control, u64 input1, u64 input2);
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_npc_fs.c | 173 static bool npc_check_overlap_fields(struct npc_key_field *input1, in npc_check_overlap_fields() argument 181 if (input1->layer_mdata.lid == input2->layer_mdata.lid && in npc_check_overlap_fields() 182 input1->layer_mdata.ltype != input2->layer_mdata.ltype) in npc_check_overlap_fields() 186 if (input1->kw_mask[kwi] & input2->kw_mask[kwi]) in npc_check_overlap_fields()
|
| /linux/Documentation/arch/sparc/oradax/ |
| H A D | oracle-dax.rst | 243 u64 input1; 326 ccb->input1 = 0; /* secondary input address, unused */
|