Home
last modified time | relevance | path

Searched refs:from (Results 226 - 250 of 7986) sorted by relevance

12345678910>>...320

/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/ynr/ynr_1.0/
H A Dia_css_ynr.host.c41 const struct ia_css_nr_config *from, in ia_css_nr_encode()
49 uDIGIT_FITTING(from->ynr_gain, 16, SH_CSS_YNR_GAIN_SHIFT); in ia_css_nr_encode()
51 uDIGIT_FITTING(from->ynr_gain, 16, SH_CSS_YNR_GAIN_SHIFT); in ia_css_nr_encode()
53 uDIGIT_FITTING(from->threshold_cb, 16, SH_CSS_BAYER_BITS); in ia_css_nr_encode()
55 uDIGIT_FITTING(from->threshold_cr, 16, SH_CSS_BAYER_BITS); in ia_css_nr_encode()
61 const struct ia_css_yee_config *from, in ia_css_yee_encode()
64 int asiWk1 = (int)from->ee.gain; in ia_css_yee_encode()
71 min((uDIGIT_FITTING(from->nr.direction, 16, SH_CSS_BAYER_BITS) in ia_css_yee_encode()
75 min((uDIGIT_FITTING(from->nr.direction, 16, SH_CSS_BAYER_BITS) in ia_css_yee_encode()
83 uDIGIT_FITTING(from in ia_css_yee_encode()
39 ia_css_nr_encode( struct sh_css_isp_ynr_params *to, const struct ia_css_nr_config *from, unsigned int size) ia_css_nr_encode() argument
59 ia_css_yee_encode( struct sh_css_isp_yee_params *to, const struct ia_css_yee_config *from, unsigned int size) ia_css_yee_encode() argument
[all...]
/third_party/rust/crates/clap/tests/derive/
H A Ddefault_value.rs113 #[arg(default_value_os_t = PathBuf::from("abc.def"))] in default_value_os_t()
118 arg: PathBuf::from("abc.def") in default_value_os_t()
124 arg: PathBuf::from("ghi") in default_value_os_t()
138 default_values_os_t = vec![PathBuf::from("abc.def"), PathBuf::from("123.foo")] in default_values_os_t()
144 default_values_os_t = [PathBuf::from("bar.baz")] in default_values_os_t()
150 arg1: vec![PathBuf::from("abc.def"), PathBuf::from("123.foo")], in default_values_os_t()
151 arg2: vec![PathBuf::from("bar.baz")] in default_values_os_t()
157 arg1: vec![PathBuf::from("gh in default_values_os_t()
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/util/
H A Dtimer.h172 // Returns the time gap between |from| and |to| in seconds.
173 static double TimeDifference(const timeval& from, const timeval& to) { in TimeDifference() argument
174 assert((to.tv_sec > from.tv_sec) || in TimeDifference()
175 (to.tv_sec == from.tv_sec && to.tv_usec >= from.tv_usec)); in TimeDifference()
176 return static_cast<double>(to.tv_sec - from.tv_sec) + in TimeDifference()
177 static_cast<double>(to.tv_usec - from.tv_usec) * .000001; in TimeDifference()
180 // Returns the time gap between |from| and |to| in seconds.
181 static double TimeDifference(const timespec& from, const timespec& to) { in TimeDifference() argument
182 assert((to.tv_sec > from in TimeDifference()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
H A Dtimer.h172 // Returns the time gap between |from| and |to| in seconds.
173 static double TimeDifference(const timeval& from, const timeval& to) { in TimeDifference() argument
174 assert((to.tv_sec > from.tv_sec) || in TimeDifference()
175 (to.tv_sec == from.tv_sec && to.tv_usec >= from.tv_usec)); in TimeDifference()
176 return static_cast<double>(to.tv_sec - from.tv_sec) + in TimeDifference()
177 static_cast<double>(to.tv_usec - from.tv_usec) * .000001; in TimeDifference()
180 // Returns the time gap between |from| and |to| in seconds.
181 static double TimeDifference(const timespec& from, const timespec& to) { in TimeDifference() argument
182 assert((to.tv_sec > from in TimeDifference()
[all...]
/third_party/typescript/tests/baselines/reference/tsbuild/sample1/
H A Dinvalidates-projects-correctly.js44 import * as c from '../core/index';
48 import * as mod from '../core/anotherModule';
68 import * as c from '../core/index';
69 import * as logic from '../logic/index';
74 import * as mod from '../core/anotherModule';
195 import * as mod from '../core/anotherModule';
200 {"program":{"fileNames":["../../../../a/lib/lib.d.ts","../core/index.d.ts","../core/anothermodule.d.ts","./index.ts"],"fileInfos":[{"version":"-7698705165-/// <reference no-default-lib=\"true\"/>\ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array<T> { length: number; [n: number]: T; }","affectsGlobalScope":true},"-9047123202-export declare const someString: string;\nexport declare function leftPad(s: string, n: number): string;\nexport declare function multiply(a: number, b: number): number;\n//# sourceMappingURL=index.d.ts.map","-4454971016-export declare const World = \"hello\";\n//# sourceMappingURL=anotherModule.d.ts.map",{"version":"-5786964698-import * as c from '../core/index';\r\nexport function getSecondsInDay() {\r\n return c.multiply(10, 15);\r\n}\r\nimport * as mod from '../core/anotherModule';\r\nexport const m = mod;\r\n","signature":"-9659407152-export declare function getSecondsInDay(): number;\nimport * as mod from '../core/anotherModule';\nexport declare const m: typeof mod;\n"}],"options":{"composite":true,"declaration":true,"skipDefaultLibCheck":true,"sourceMap":true},"fileIdsList":[[2,3],[3]],"referencedMap":[[4,1]],"exportedModulesMap":[[4,2]],"semanticDiagnosticsPerFile":[1,3,2,4],"latestChangedDtsFile":"./index.d.ts"},"version":"FakeTSVersion"}
235 "version": "-5786964698-import * as c from '
[all...]
/third_party/spirv-tools/source/util/
H A Dtimer.h172 // Returns the time gap between |from| and |to| in seconds.
173 static double TimeDifference(const timeval& from, const timeval& to) { in TimeDifference() argument
174 assert((to.tv_sec > from.tv_sec) || in TimeDifference()
175 (to.tv_sec == from.tv_sec && to.tv_usec >= from.tv_usec)); in TimeDifference()
176 return static_cast<double>(to.tv_sec - from.tv_sec) + in TimeDifference()
177 static_cast<double>(to.tv_usec - from.tv_usec) * .000001; in TimeDifference()
180 // Returns the time gap between |from| and |to| in seconds.
181 static double TimeDifference(const timespec& from, const timespec& to) { in TimeDifference() argument
182 assert((to.tv_sec > from in TimeDifference()
[all...]
/kernel/linux/linux-5.10/arch/arm/mm/
H A Dcopypage-xscale.c35 static void mc_copy_user_page(void *from, void *to) in mc_copy_user_page() argument
78 : "+&r" (from), "+&r" (to), "=&r" (tmp) in mc_copy_user_page()
83 void xscale_mc_copy_user_highpage(struct page *to, struct page *from, in xscale_mc_copy_user_highpage() argument
88 if (!test_and_set_bit(PG_dcache_clean, &from->flags)) in xscale_mc_copy_user_highpage()
89 __flush_dcache_page(page_mapping_file(from), from); in xscale_mc_copy_user_highpage() local
93 set_top_pte(COPYPAGE_MINICACHE, mk_pte(from, minicache_pgprot)); in xscale_mc_copy_user_highpage()
H A Dcopypage-v4mc.c39 static void mc_copy_user_page(void *from, void *to) in mc_copy_user_page() argument
58 : "+&r" (from), "+&r" (to), "=&r" (tmp) in mc_copy_user_page()
63 void v4_mc_copy_user_highpage(struct page *to, struct page *from, in v4_mc_copy_user_highpage() argument
68 if (!test_and_set_bit(PG_dcache_clean, &from->flags)) in v4_mc_copy_user_highpage()
69 __flush_dcache_page(page_mapping_file(from), from); in v4_mc_copy_user_highpage() local
73 set_top_pte(COPYPAGE_MINICACHE, mk_pte(from, minicache_pgprot)); in v4_mc_copy_user_highpage()
/kernel/linux/linux-5.10/tools/virtio/linux/
H A Duaccess.h30 static void volatile_memcpy(volatile char *to, const volatile char *from, in volatile_memcpy() argument
34 *(to++) = *(from++); in volatile_memcpy()
37 static inline int copy_from_user(void *to, const void __user volatile *from, in copy_from_user() argument
40 __chk_user_ptr(from, n); in copy_from_user()
41 volatile_memcpy(to, from, n); in copy_from_user()
45 static inline int copy_to_user(void __user volatile *to, const void *from, in copy_to_user() argument
49 volatile_memcpy(to, from, n); in copy_to_user()
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/macc/macc1_5/
H A Dia_css_macc1_5.host.c33 const struct ia_css_macc1_5_config *from, in ia_css_macc1_5_encode()
37 to->exp = from->exp; in ia_css_macc1_5_encode()
43 const struct ia_css_macc1_5_table *from, in ia_css_macc1_5_vmem_encode()
58 params->data[0][(idx)] = from->data[j]; in ia_css_macc1_5_vmem_encode()
59 params->data[1][(idx)] = from->data[j + 1]; in ia_css_macc1_5_vmem_encode()
60 params->data[2][(idx)] = from->data[j + 2]; in ia_css_macc1_5_vmem_encode()
61 params->data[3][(idx)] = from->data[j + 3]; in ia_css_macc1_5_vmem_encode()
31 ia_css_macc1_5_encode( struct sh_css_isp_macc1_5_params *to, const struct ia_css_macc1_5_config *from, unsigned int size) ia_css_macc1_5_encode() argument
41 ia_css_macc1_5_vmem_encode( struct sh_css_isp_macc1_5_vmem_params *params, const struct ia_css_macc1_5_table *from, unsigned int size) ia_css_macc1_5_vmem_encode() argument
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/macc/macc1_5/
H A Dia_css_macc1_5.host.c33 const struct ia_css_macc1_5_config *from, in ia_css_macc1_5_encode()
37 to->exp = from->exp; in ia_css_macc1_5_encode()
43 const struct ia_css_macc1_5_table *from, in ia_css_macc1_5_vmem_encode()
58 params->data[0][(idx)] = from->data[j]; in ia_css_macc1_5_vmem_encode()
59 params->data[1][(idx)] = from->data[j + 1]; in ia_css_macc1_5_vmem_encode()
60 params->data[2][(idx)] = from->data[j + 2]; in ia_css_macc1_5_vmem_encode()
61 params->data[3][(idx)] = from->data[j + 3]; in ia_css_macc1_5_vmem_encode()
31 ia_css_macc1_5_encode( struct sh_css_isp_macc1_5_params *to, const struct ia_css_macc1_5_config *from, unsigned int size) ia_css_macc1_5_encode() argument
41 ia_css_macc1_5_vmem_encode( struct sh_css_isp_macc1_5_vmem_params *params, const struct ia_css_macc1_5_table *from, unsigned int size) ia_css_macc1_5_vmem_encode() argument
/kernel/linux/linux-5.10/drivers/s390/cio/
H A Dblacklist.c47 * (Un-)blacklist the devices from-to
50 unsigned int to_ssid, unsigned int from, in blacklist_range()
53 if ((from_ssid > to_ssid) || ((from_ssid == to_ssid) && (from > to))) { in blacklist_range()
56 from_ssid, from, to_ssid, to); in blacklist_range()
62 (from <= to))) { in blacklist_range()
64 set_bit(from, bl_dev[from_ssid]); in blacklist_range()
66 clear_bit(from, bl_dev[from_ssid]); in blacklist_range()
67 from++; in blacklist_range()
68 if (from > __MAX_SUBCHANNEL) { in blacklist_range()
70 from in blacklist_range()
49 blacklist_range(range_action action, unsigned int from_ssid, unsigned int to_ssid, unsigned int from, unsigned int to, int msgtrigger) blacklist_range() argument
152 unsigned int from_cssid, to_cssid, from_ssid, to_ssid, from, to; blacklist_parse_parameters() local
[all...]
/kernel/linux/linux-6.6/fs/ext2/
H A Dfile.c10 * from
51 static ssize_t ext2_dax_write_iter(struct kiocb *iocb, struct iov_iter *from) in ext2_dax_write_iter() argument
58 ret = generic_write_checks(iocb, from); in ext2_dax_write_iter()
68 ret = dax_iomap_rw(iocb, from, &ext2_iomap_ops); in ext2_dax_write_iter()
193 * buffered reads from zeroing out too much from page cache pages. in ext2_dio_write_end_io()
212 static ssize_t ext2_dio_write_iter(struct kiocb *iocb, struct iov_iter *from) in ext2_dio_write_iter() argument
220 loff_t count = iov_iter_count(from); in ext2_dio_write_iter()
223 trace_ext2_dio_write_begin(iocb, from, 0); in ext2_dio_write_iter()
225 ret = generic_write_checks(iocb, from); in ext2_dio_write_iter()
293 ext2_file_write_iter(struct kiocb *iocb, struct iov_iter *from) ext2_file_write_iter() argument
[all...]
/kernel/linux/linux-6.6/drivers/s390/cio/
H A Dblacklist.c47 * (Un-)blacklist the devices from-to
50 unsigned int to_ssid, unsigned int from, in blacklist_range()
53 if ((from_ssid > to_ssid) || ((from_ssid == to_ssid) && (from > to))) { in blacklist_range()
56 from_ssid, from, to_ssid, to); in blacklist_range()
62 (from <= to))) { in blacklist_range()
64 set_bit(from, bl_dev[from_ssid]); in blacklist_range()
66 clear_bit(from, bl_dev[from_ssid]); in blacklist_range()
67 from++; in blacklist_range()
68 if (from > __MAX_SUBCHANNEL) { in blacklist_range()
70 from in blacklist_range()
49 blacklist_range(range_action action, unsigned int from_ssid, unsigned int to_ssid, unsigned int from, unsigned int to, int msgtrigger) blacklist_range() argument
152 unsigned int from_cssid, to_cssid, from_ssid, to_ssid, from, to; blacklist_parse_parameters() local
[all...]
/kernel/linux/linux-5.10/include/asm-generic/
H A Duaccess.h16 __get_user_fn(size_t size, const void __user *from, void *to) in __get_user_fn() argument
22 *(u8 *)to = get_unaligned((u8 __force *)from); in __get_user_fn()
25 *(u16 *)to = get_unaligned((u16 __force *)from); in __get_user_fn()
28 *(u32 *)to = get_unaligned((u32 __force *)from); in __get_user_fn()
31 *(u64 *)to = get_unaligned((u64 __force *)from); in __get_user_fn()
42 __put_user_fn(size_t size, void __user *to, void *from) in __put_user_fn() argument
48 put_unaligned(*(u8 *)from, (u8 __force *)to); in __put_user_fn()
51 put_unaligned(*(u16 *)from, (u16 __force *)to); in __put_user_fn()
54 put_unaligned(*(u32 *)from, (u32 __force *)to); in __put_user_fn()
57 put_unaligned(*(u64 *)from, (u6 in __put_user_fn()
83 raw_copy_from_user(void *to, const void __user * from, unsigned long n) raw_copy_from_user() argument
90 raw_copy_to_user(void __user *to, const void *from, unsigned long n) raw_copy_to_user() argument
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/xnr/xnr_3.0/
H A Dia_css_xnr3.host.c72 * Compute an alpha value for the ISP kernel from sigma value on the host
94 * Compute the scaled coring value for the ISP kernel from the value on the
105 /* Convert from public host-side scale factor to isp-side scale in compute_coring()
113 * Compute the scaled blending strength for the ISP kernel from the value on
124 /* Convert from public host-side scale factor to isp-side scale in compute_blending()
136 const struct ia_css_xnr3_config *from, in ia_css_xnr3_encode()
146 s32 alpha_y0 = compute_alpha(from->sigma.y0); in ia_css_xnr3_encode()
147 s32 alpha_y1 = compute_alpha(from->sigma.y1); in ia_css_xnr3_encode()
148 s32 alpha_u0 = compute_alpha(from->sigma.u0); in ia_css_xnr3_encode()
149 s32 alpha_u1 = compute_alpha(from in ia_css_xnr3_encode()
134 ia_css_xnr3_encode( struct sh_css_isp_xnr3_params *to, const struct ia_css_xnr3_config *from, unsigned int size) ia_css_xnr3_encode() argument
191 ia_css_xnr3_vmem_encode( struct sh_css_isp_xnr3_vmem_params *to, const struct ia_css_xnr3_config *from, unsigned int size) ia_css_xnr3_vmem_encode() argument
[all...]
/kernel/linux/linux-6.6/include/asm-generic/
H A Duaccess.h17 __get_user_fn(size_t size, const void __user *from, void *to) in __get_user_fn() argument
23 *(u8 *)to = *((u8 __force *)from); in __get_user_fn()
26 *(u16 *)to = get_unaligned((u16 __force *)from); in __get_user_fn()
29 *(u32 *)to = get_unaligned((u32 __force *)from); in __get_user_fn()
32 *(u64 *)to = get_unaligned((u64 __force *)from); in __get_user_fn()
43 __put_user_fn(size_t size, void __user *to, void *from) in __put_user_fn() argument
49 *(u8 __force *)to = *(u8 *)from; in __put_user_fn()
52 put_unaligned(*(u16 *)from, (u16 __force *)to); in __put_user_fn()
55 put_unaligned(*(u32 *)from, (u32 __force *)to); in __put_user_fn()
58 put_unaligned(*(u64 *)from, (u6 in __put_user_fn()
82 raw_copy_from_user(void *to, const void __user * from, unsigned long n) raw_copy_from_user() argument
89 raw_copy_to_user(void __user *to, const void *from, unsigned long n) raw_copy_to_user() argument
[all...]
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/xnr/xnr_3.0/
H A Dia_css_xnr3.host.c72 * Compute an alpha value for the ISP kernel from sigma value on the host
94 * Compute the scaled coring value for the ISP kernel from the value on the
105 /* Convert from public host-side scale factor to isp-side scale in compute_coring()
113 * Compute the scaled blending strength for the ISP kernel from the value on
124 /* Convert from public host-side scale factor to isp-side scale in compute_blending()
136 const struct ia_css_xnr3_config *from, in ia_css_xnr3_encode()
146 s32 alpha_y0 = compute_alpha(from->sigma.y0); in ia_css_xnr3_encode()
147 s32 alpha_y1 = compute_alpha(from->sigma.y1); in ia_css_xnr3_encode()
148 s32 alpha_u0 = compute_alpha(from->sigma.u0); in ia_css_xnr3_encode()
149 s32 alpha_u1 = compute_alpha(from in ia_css_xnr3_encode()
134 ia_css_xnr3_encode( struct sh_css_isp_xnr3_params *to, const struct ia_css_xnr3_config *from, unsigned int size) ia_css_xnr3_encode() argument
191 ia_css_xnr3_vmem_encode( struct sh_css_isp_xnr3_vmem_params *to, const struct ia_css_xnr3_config *from, unsigned int size) ia_css_xnr3_vmem_encode() argument
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dempty.pb.h75 Empty(const Empty& from);
76 Empty(Empty&& from) noexcept
78 *this = ::std::move(from); in Empty()
81 inline Empty& operator=(const Empty& from) { in operator =() argument
82 CopyFrom(from); in operator =()
85 inline Empty& operator=(Empty&& from) noexcept {
86 if (GetArena() == from.GetArena()) {
87 if (this != &from) InternalSwap(&from); variable
89 CopyFrom(from); variable
[all...]
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dkup.h10 * Use the current saved situation instead of the to/from/size params.
74 static inline void allow_user_access(void __user *to, const void __user *from,
76 static inline void prevent_user_access(void __user *to, const void __user *from,
83 static inline void allow_read_from_user(const void __user *from, unsigned long size)
85 allow_user_access(NULL, from, size, KUAP_READ);
93 static inline void allow_read_write_user(void __user *to, const void __user *from,
96 allow_user_access(to, from, size, KUAP_READ_WRITE);
99 static inline void prevent_read_from_user(const void __user *from, unsigned long size)
101 prevent_user_access(NULL, from, size, KUAP_READ);
109 static inline void prevent_read_write_user(void __user *to, const void __user *from,
[all...]
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dioport.c65 long ksys_ioperm(unsigned long from, unsigned long num, int turn_on) in ksys_ioperm() argument
71 if ((from + num <= from) || (from + num > IO_BITMAP_BITS)) in ksys_ioperm()
122 bitmap_clear(iobm->bitmap, from, num); in ksys_ioperm()
124 bitmap_set(iobm->bitmap, from, num); in ksys_ioperm()
152 SYSCALL_DEFINE3(ioperm, unsigned long, from, unsigned long, num, int, turn_on) in SYSCALL_DEFINE3()
154 return ksys_ioperm(from, num, turn_on); in SYSCALL_DEFINE3()
202 long ksys_ioperm(unsigned long from, unsigned long num, int turn_on) in ksys_ioperm() argument
206 SYSCALL_DEFINE3(ioperm, unsigned long, from, unsigne in ksys_ioperm()
[all...]
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dioport.c65 long ksys_ioperm(unsigned long from, unsigned long num, int turn_on) in ksys_ioperm() argument
71 if ((from + num <= from) || (from + num > IO_BITMAP_BITS)) in ksys_ioperm()
122 bitmap_clear(iobm->bitmap, from, num); in ksys_ioperm()
124 bitmap_set(iobm->bitmap, from, num); in ksys_ioperm()
152 SYSCALL_DEFINE3(ioperm, unsigned long, from, unsigned long, num, int, turn_on) in SYSCALL_DEFINE3()
154 return ksys_ioperm(from, num, turn_on); in SYSCALL_DEFINE3()
202 long ksys_ioperm(unsigned long from, unsigned long num, int turn_on) in ksys_ioperm() argument
206 SYSCALL_DEFINE3(ioperm, unsigned long, from, unsigne in ksys_ioperm()
[all...]
/third_party/node/benchmark/buffers/
H A Dbuffer-from.js30 Buffer.from(array);
39 Buffer.from(arrayBuf);
50 Buffer.from(arrayBuf, offset, length);
59 Buffer.from(buffer);
68 Buffer.from(uint8array);
77 Buffer.from(uint16array);
86 Buffer.from(str);
95 Buffer.from(str, 'utf8');
104 Buffer.from(str, 'base64');
113 Buffer.from(ob
[all...]
/kernel/linux/linux-5.10/arch/alpha/kernel/
H A Dio.c258 * Read COUNT 8-bit bytes from port PORT into memory starting at SRC.
297 * Read COUNT 16-bit words from port PORT into memory starting at
338 * Read COUNT 32-bit words from port PORT into memory starting at
464 * Copy data from IO memory space to "real" memory space.
467 void memcpy_fromio(void *to, const volatile void __iomem *from, long count) in memcpy_fromio() argument
472 if (count >= 8 && ((u64)to & 7) == ((u64)from & 7)) { in memcpy_fromio()
475 *(u64 *)to = __raw_readq(from); in memcpy_fromio()
478 from += 8; in memcpy_fromio()
483 if (count >= 4 && ((u64)to & 3) == ((u64)from & 3)) { in memcpy_fromio()
486 *(u32 *)to = __raw_readl(from); in memcpy_fromio()
521 memcpy_toio(volatile void __iomem *to, const void *from, long count) memcpy_toio() argument
[all...]
/kernel/linux/linux-6.6/arch/alpha/kernel/
H A Dio.c275 * Read COUNT 8-bit bytes from port PORT into memory starting at SRC.
314 * Read COUNT 16-bit words from port PORT into memory starting at
355 * Read COUNT 32-bit words from port PORT into memory starting at
481 * Copy data from IO memory space to "real" memory space.
484 void memcpy_fromio(void *to, const volatile void __iomem *from, long count) in memcpy_fromio() argument
489 if (count >= 8 && ((u64)to & 7) == ((u64)from & 7)) { in memcpy_fromio()
492 *(u64 *)to = __raw_readq(from); in memcpy_fromio()
495 from += 8; in memcpy_fromio()
500 if (count >= 4 && ((u64)to & 3) == ((u64)from & 3)) { in memcpy_fromio()
503 *(u32 *)to = __raw_readl(from); in memcpy_fromio()
538 memcpy_toio(volatile void __iomem *to, const void *from, long count) memcpy_toio() argument
[all...]

Completed in 11 milliseconds

12345678910>>...320