Home
last modified time | relevance | path

Searched full:native (Results 1 – 25 of 1836) sorted by relevance

12345678910>>...74

/kernel/linux/linux-5.10/sound/usb/
DKconfig55 tristate "Native Instruments USB audio devices"
63 * Native Instruments RigKontrol2
64 * Native Instruments RigKontrol3
65 * Native Instruments Kore Controller
66 * Native Instruments Kore Controller 2
67 * Native Instruments Audio Kontrol 1
68 * Native Instruments Audio 2 DJ
69 * Native Instruments Audio 4 DJ
70 * Native Instruments Audio 8 DJ
71 * Native Instruments Traktor Audio 2
[all …]
/kernel/linux/linux-6.6/sound/usb/
DKconfig66 tristate "Native Instruments USB audio devices"
74 * Native Instruments RigKontrol2
75 * Native Instruments RigKontrol3
76 * Native Instruments Kore Controller
77 * Native Instruments Kore Controller 2
78 * Native Instruments Audio Kontrol 1
79 * Native Instruments Audio 2 DJ
80 * Native Instruments Audio 4 DJ
81 * Native Instruments Audio 8 DJ
82 * Native Instruments Traktor Audio 2
[all …]
/kernel/linux/linux-5.10/drivers/rpmsg/
Dqcom_glink_smem.c37 struct qcom_glink_pipe native; member
47 #define to_smem_pipe(p) container_of(p, struct glink_smem_pipe, native)
67 pipe->native.length = len; in glink_smem_rx_avail()
74 return pipe->native.length - tail + head; in glink_smem_rx_avail()
88 if (tail >= pipe->native.length) in glink_smem_rx_peak()
89 tail -= pipe->native.length; in glink_smem_rx_peak()
91 len = min_t(size_t, count, pipe->native.length - tail); in glink_smem_rx_peak()
108 if (tail >= pipe->native.length) in glink_smem_rx_advance()
109 tail -= pipe->native.length; in glink_smem_rx_advance()
125 avail = pipe->native.length - head + tail; in glink_smem_tx_avail()
[all …]
Dqcom_glink_rpm.c32 #define to_rpm_pipe(p) container_of(p, struct glink_rpm_pipe, native)
48 struct qcom_glink_pipe native; member
66 return pipe->native.length - tail + head; in glink_rpm_rx_avail()
80 if (tail >= pipe->native.length) in glink_rpm_rx_peak()
81 tail -= pipe->native.length; in glink_rpm_rx_peak()
83 len = min_t(size_t, count, pipe->native.length - tail); in glink_rpm_rx_peak()
104 if (tail >= pipe->native.length) in glink_rpm_rx_advance()
105 tail -= pipe->native.length; in glink_rpm_rx_advance()
120 return pipe->native.length - head + tail; in glink_rpm_tx_avail()
131 len = min_t(size_t, count, pipe->native.length - head); in glink_rpm_tx_write_one()
[all …]
/kernel/linux/linux-6.6/fs/nls/
DKconfig3 # Native language support configuration
7 tristate "Native language support"
9 The base Native Language Support. A number of filesystems
11 as the ability of some filesystems to use native languages
44 native language character sets. These character sets are stored
56 native language character sets. These character sets are stored
68 native language character sets. These character sets are stored
81 native language character sets. These character sets are stored in
97 native language character sets. These character sets are stored in
112 native language character sets. These character sets are stored in
[all …]
/kernel/linux/linux-5.10/fs/nls/
DKconfig3 # Native language support configuration
7 tristate "Native language support"
9 The base Native Language Support. A number of filesystems
11 as the ability of some filesystems to use native languages
44 native language character sets. These character sets are stored
56 native language character sets. These character sets are stored
68 native language character sets. These character sets are stored
81 native language character sets. These character sets are stored in
97 native language character sets. These character sets are stored in
112 native language character sets. These character sets are stored in
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/seccomp/
Dseccomp_benchmark.c143 unsigned long long native, filter1, filter2, bitmap1, bitmap2; in main() local
163 /* Native call */ in main()
164 native = timing(CLOCK_PROCESS_CPUTIME_ID, samples) / samples; in main()
165 printf("getpid native: %llu ns\n", native); in main()
207 bitmap1 - native); in main()
209 bitmap2 - native); in main()
211 filter1 - native); in main()
213 filter2 - native); in main()
215 bitmap1 - native - (bitmap2 - bitmap1)); in main()
219 (filter2 - native - entry) / 4); in main()
[all …]
/kernel/linux/linux-6.6/drivers/rpmsg/
Dqcom_glink_smem.c51 struct qcom_glink_pipe native; member
61 #define to_smem_pipe(p) container_of(p, struct glink_smem_pipe, native)
82 pipe->native.length = len; in glink_smem_rx_avail()
89 return pipe->native.length - tail + head; in glink_smem_rx_avail()
103 if (tail >= pipe->native.length) in glink_smem_rx_peek()
104 tail -= pipe->native.length; in glink_smem_rx_peek()
106 len = min_t(size_t, count, pipe->native.length - tail); in glink_smem_rx_peek()
123 if (tail >= pipe->native.length) in glink_smem_rx_advance()
124 tail -= pipe->native.length; in glink_smem_rx_advance()
140 avail = pipe->native.length - head + tail; in glink_smem_tx_avail()
[all …]
Dqcom_glink_rpm.c33 #define to_rpm_pipe(p) container_of(p, struct glink_rpm_pipe, native)
49 struct qcom_glink_pipe native; member
79 return pipe->native.length - tail + head; in glink_rpm_rx_avail()
93 if (tail >= pipe->native.length) in glink_rpm_rx_peek()
94 tail -= pipe->native.length; in glink_rpm_rx_peek()
96 len = min_t(size_t, count, pipe->native.length - tail); in glink_rpm_rx_peek()
117 if (tail >= pipe->native.length) in glink_rpm_rx_advance()
118 tail -= pipe->native.length; in glink_rpm_rx_advance()
133 return pipe->native.length - head + tail; in glink_rpm_tx_avail()
144 len = min_t(size_t, count, pipe->native.length - head); in glink_rpm_tx_write_one()
[all …]
/kernel/linux/linux-5.10/drivers/misc/cxl/
Dnative.c227 afu->native->spa_order = -1; in cxl_alloc_spa()
229 afu->native->spa_order++; in cxl_alloc_spa()
230 spa_size = (1 << afu->native->spa_order) * PAGE_SIZE; in cxl_alloc_spa()
234 afu->native->spa_max_procs, afu->native->spa_size); in cxl_alloc_spa()
236 afu->num_procs = afu->native->spa_max_procs; in cxl_alloc_spa()
240 afu->native->spa_size = spa_size; in cxl_alloc_spa()
241 afu->native->spa_max_procs = spa_max_procs(afu->native->spa_size); in cxl_alloc_spa()
242 } while (afu->native->spa_max_procs < afu->num_procs); in cxl_alloc_spa()
244 if (!(afu->native->spa = (struct cxl_process_element *) in cxl_alloc_spa()
245 __get_free_pages(GFP_KERNEL | __GFP_ZERO, afu->native->spa_order))) { in cxl_alloc_spa()
[all …]
Dpci.c89 #define AFUD_READ(afu, off) in_be64(afu->native->afu_desc_mmio + off)
90 #define AFUD_READ_LE(afu, off) in_le64(afu->native->afu_desc_mmio + off)
545 adapter->native->no_data_cache = true; in init_implementation_adapter_regs_psl9()
628 if (adapter->native->sl_ops->write_timebase_ctrl) in cxl_setup_psl_timebase()
629 adapter->native->sl_ops->write_timebase_ctrl(adapter); in cxl_setup_psl_timebase()
791 afu->psn_phys = p2_base(dev) + (adapter->native->ps_off + (afu->slice * adapter->ps_size)); in pci_map_slice_regs()
792 …afu_desc = p2_base(dev) + adapter->native->afu_desc_off + (afu->slice * adapter->native->afu_desc_… in pci_map_slice_regs()
794 if (!(afu->native->p1n_mmio = ioremap(p1n_base, p1n_size))) in pci_map_slice_regs()
799 if (!(afu->native->afu_desc_mmio = ioremap(afu_desc, adapter->native->afu_desc_size))) in pci_map_slice_regs()
807 iounmap(afu->native->p1n_mmio); in pci_map_slice_regs()
[all …]
/kernel/linux/linux-6.6/drivers/misc/cxl/
Dnative.c228 afu->native->spa_order = -1; in cxl_alloc_spa()
230 afu->native->spa_order++; in cxl_alloc_spa()
231 spa_size = (1 << afu->native->spa_order) * PAGE_SIZE; in cxl_alloc_spa()
235 afu->native->spa_max_procs, afu->native->spa_size); in cxl_alloc_spa()
237 afu->num_procs = afu->native->spa_max_procs; in cxl_alloc_spa()
241 afu->native->spa_size = spa_size; in cxl_alloc_spa()
242 afu->native->spa_max_procs = spa_max_procs(afu->native->spa_size); in cxl_alloc_spa()
243 } while (afu->native->spa_max_procs < afu->num_procs); in cxl_alloc_spa()
245 if (!(afu->native->spa = (struct cxl_process_element *) in cxl_alloc_spa()
246 __get_free_pages(GFP_KERNEL | __GFP_ZERO, afu->native->spa_order))) { in cxl_alloc_spa()
[all …]
Dpci.c89 #define AFUD_READ(afu, off) in_be64(afu->native->afu_desc_mmio + off)
90 #define AFUD_READ_LE(afu, off) in_le64(afu->native->afu_desc_mmio + off)
536 adapter->native->no_data_cache = true; in init_implementation_adapter_regs_psl9()
619 if (adapter->native->sl_ops->write_timebase_ctrl) in cxl_setup_psl_timebase()
620 adapter->native->sl_ops->write_timebase_ctrl(adapter); in cxl_setup_psl_timebase()
782 afu->psn_phys = p2_base(dev) + (adapter->native->ps_off + (afu->slice * adapter->ps_size)); in pci_map_slice_regs()
783 …afu_desc = p2_base(dev) + adapter->native->afu_desc_off + (afu->slice * adapter->native->afu_desc_… in pci_map_slice_regs()
785 if (!(afu->native->p1n_mmio = ioremap(p1n_base, p1n_size))) in pci_map_slice_regs()
790 if (!(afu->native->afu_desc_mmio = ioremap(afu_desc, adapter->native->afu_desc_size))) in pci_map_slice_regs()
798 iounmap(afu->native->p1n_mmio); in pci_map_slice_regs()
[all …]
/kernel/linux/linux-6.6/scripts/
Dsyscalltbl.sh8 # NR ABI NAME [NATIVE] [COMPAT]
13 # NATIVE native entry point (optional)
57 while read nr abi name native compat ; do
70 echo "__SYSCALL_WITH_COMPAT($nr, $native, $compat)"
71 elif [ -n "$native" ]; then
72 echo "__SYSCALL($nr, $native)"
/kernel/linux/linux-5.10/tools/testing/selftests/seccomp/
Dseccomp_benchmark.c84 unsigned long long native, filter1, filter2; in main() local
97 /* Native call */ in main()
98 native = timing(CLOCK_PROCESS_CPUTIME_ID, samples) / samples; in main()
99 printf("getpid native: %llu ns\n", native); in main()
111 if (filter1 == native) in main()
123 filter1 - native); in main()
126 filter2 - native); in main()
132 filter1 - native - (filter2 - filter1)); in main()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/panel/
Ddisplay-timings.yaml18 and to specify the timing that is native for the display.
24 native-mode:
27 The default display timing is the one specified as native-mode.
28 If no native-mode is specified then the first node is assumed
29 to be the native mode.
45 * timing1 is the native-mode.
48 native-mode = <&timing1>;
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/display/panel/
Ddisplay-timings.yaml18 and to specify the timing that is native for the display.
24 native-mode:
27 The default display timing is the one specified as native-mode.
28 If no native-mode is specified then the first node is assumed
29 to be the native mode.
44 * timing1 is the native-mode.
47 native-mode = <&timing1>;
/kernel/linux/linux-6.6/arch/sparc/kernel/
Dsystbls_64.S3 * The native Linux system call table lives here also.
19 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, compat) argument
28 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) argument
29 #include <asm/syscall_table_64.h> /* 64-bit native syscalls */
Dsystbls_32.S3 * The native Linux system call table lives here also.
12 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) argument
18 #include <asm/syscall_table_32.h> /* 32-bit native syscalls */
/kernel/linux/linux-5.10/drivers/xen/
Dxen-stub.c32 /* same name as native memory driver to block native loaded */
43 /* just reserve space for Xen, block native driver loaded */ in xen_stub_memory_device_init()
67 /* same name as native processor driver to block native loaded */
78 /* just reserve space for Xen, block native driver loaded */ in xen_stub_processor_init()
/kernel/linux/linux-6.6/Documentation/admin-guide/
Dsyscall-user-dispatch.rst12 incompatible code - while being able to execute native syscalls without
13 a high performance penalty on the native part of the process. Seccomp
36 native Windows code are currently not known to be a performance problem,
40 non-native applications, it must function on syscalls whose invocation
63 includes the most common syscall dispatchers in the native code
84 quickly capture system calls issued by a non-native part of the
85 application, while not impacting the Linux native regions of the
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dbtf_endian.c27 /* Load BTF in native endianness */ in test_btf_endian()
36 /* Get raw BTF data in non-native endianness... */ in test_btf_endian()
53 /* both raw data should be identical (with non-native endianness) */ in test_btf_endian()
61 /* swap it back to native endianness */ in test_btf_endian()
67 /* now header should have native BTF_MAGIC */ in test_btf_endian()
92 /* the type should appear as if it was stored in native endianness */ in test_btf_endian()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
Dbtf_endian.c25 /* Load BTF in native endianness */ in test_btf_endian()
34 /* Get raw BTF data in non-native endianness... */ in test_btf_endian()
51 /* both raw data should be identical (with non-native endianness) */ in test_btf_endian()
59 /* swap it back to native endianness */ in test_btf_endian()
65 /* now header should have native BTF_MAGIC */ in test_btf_endian()
90 /* the type should appear as if it was stored in native endianness */ in test_btf_endian()
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/pci/
Dsnps,dw-pcie-common.yaml31 them in a contiguous memory space if pure Native or AXI Bridge DBI access
117 - description: See native 'dbi' clock for details
119 - description: See native 'mstr/slv' clock for details
121 - description: See native 'pipe' clock for details
123 - description: See native 'aux' clock for details
125 - description: See native 'ref' clock for details.
174 - description: See native 'app' reset for details
176 - description: See native 'phy' reset for details
178 - description: See native 'pwr' reset for details
/kernel/linux/linux-5.10/sound/usb/caiaq/
Ddevice.c29 MODULE_SUPPORTED_DEVICE("{{Native Instruments,RigKontrol2},"
30 "{Native Instruments,RigKontrol3},"
31 "{Native Instruments,Kore Controller},"
32 "{Native Instruments,Kore Controller 2},"
33 "{Native Instruments,Audio Kontrol 1},"
34 "{Native Instruments,Audio 2 DJ},"
35 "{Native Instruments,Audio 4 DJ},"
36 "{Native Instruments,Audio 8 DJ},"
37 "{Native Instruments,Traktor Audio 2},"
38 "{Native Instruments,Session I/O},"
[all …]

12345678910>>...74