Home
last modified time | relevance | path

Searched refs:_to (Results 1 – 11 of 11) sorted by relevance

/linux/arch/arm64/kernel/
H A Dio.c47 volatile u##bits __iomem *_to = to; \
52 for (; _from < _end_from; _from += 8, _to += 8) \
53 __const_memcpy_toio_aligned##bits(_to, _from, 8); \
55 __const_memcpy_toio_aligned##bits(_to, _from, 4); \
57 _to += 4; \
60 __const_memcpy_toio_aligned##bits(_to, _from, 2); \
62 _to += 2; \
65 __const_memcpy_toio_aligned##bits(_to, _from, 1); \
/linux/include/rdma/
H A Duverbs_ioctl.h961 type_min(typeof(*(_to))), \
962 type_max(typeof(*(_to))), NULL); \
963 (*(_to)) = _val; \
972 type_max(typeof(*(_to))), NULL); \
973 (*(_to)) = _val; \
983 type_min(typeof(*(_to))), \
984 type_max(typeof(*(_to))), &_def_val); \
985 (*(_to)) = _val; \
995 type_max(typeof(*(_to))), &_def_val); \
996 (*(_to)) = _val; \
[all …]
/linux/drivers/net/ethernet/sfc/falcon/
H A Denum.h117 #define LOOPBACK_CHANGED(_from, _to, _mask) \ argument
118 (!!((LOOPBACK_MASK(_from) ^ LOOPBACK_MASK(_to)) & (_mask)))
120 #define LOOPBACK_OUT_OF(_from, _to, _mask) \ argument
121 ((LOOPBACK_MASK(_from) & (_mask)) && !(LOOPBACK_MASK(_to) & (_mask)))
/linux/drivers/net/ethernet/sfc/
H A Denum.h117 #define LOOPBACK_CHANGED(_from, _to, _mask) \ argument
118 (!!((LOOPBACK_MASK(_from) ^ LOOPBACK_MASK(_to)) & (_mask)))
120 #define LOOPBACK_OUT_OF(_from, _to, _mask) \ argument
121 ((LOOPBACK_MASK(_from) & (_mask)) && !(LOOPBACK_MASK(_to) & (_mask)))
/linux/drivers/net/ethernet/sfc/siena/
H A Denum.h117 #define LOOPBACK_CHANGED(_from, _to, _mask) \ argument
118 (!!((LOOPBACK_MASK(_from) ^ LOOPBACK_MASK(_to)) & (_mask)))
120 #define LOOPBACK_OUT_OF(_from, _to, _mask) \ argument
121 ((LOOPBACK_MASK(_from) & (_mask)) && !(LOOPBACK_MASK(_to) & (_mask)))
/linux/arch/s390/include/asm/
H A Duaccess.h96 : [rc] "=&d" (__rc), [_to] "+Q" (*(to)) \
150 EX_TABLE_UA_LOAD_MEM(0b, 2b, %[rc], %[_to], %[_ksize]) \
151 EX_TABLE_UA_LOAD_MEM(1b, 2b, %[rc], %[_to], %[_ksize]) \
154 [spec] "d" (__oac_spec.val), [_to] "a" (to), \
301 : [rc] "=d" (__rc), [_to] "+Q" (*(to)) \
/linux/tools/power/x86/intel_pstate_tracer/
H A Dintel_pstate_tracer.py326 def store_csv(cpu_int, time_pre_dec, time_post_dec, core_busy, scaled, _from, _to, mperf, aperf, ts… argument
336 …pre_dec), int(time_post_dec), int(core_busy), int(scaled), int(_from), int(_to), int(mperf), int(a…
447 _to = search_obj.group(16)
480 …store_csv(cpu_int, time_pre_dec, time_post_dec, core_busy, scaled, _from, _to, mperf, aperf, tsc, …
/linux/drivers/usb/dwc3/
H A Dcore.h1560 #define DWC3_VER_IS_WITHIN(_ip, _from, _to) \ argument
1563 (!(_ip##_REVISION_##_to) || \
1564 dwc->revision <= _ip##_REVISION_##_to))
1566 #define DWC3_VER_TYPE_IS_WITHIN(_ip, _ver, _from, _to) \ argument
1569 (!(_ip##_VERSIONTYPE_##_to) || \
1570 dwc->version_type <= _ip##_VERSIONTYPE_##_to))
/linux/arch/alpha/include/asm/
H A Dpage.h23 extern void copy_page(void * _to, void * _from);
/linux/drivers/clk/at91/
H A Dsama7g5.c26 #define SAMA7G5_FILL_TABLE(_to, _from, _count) \ argument
30 (_to)[_i] = (_from)[_i]; \
/linux/kernel/sched/
H A Dsched.h2357 #define for_class_range(class, _from, _to) \ argument
2358 for (class = (_from); class < (_to); class++)