Home
last modified time | relevance | path

Searched refs:native (Results 1 – 25 of 270) sorted by relevance

1234567891011

/Linux-v4.19/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()
112 if (tail > pipe->native.length) in glink_smem_rx_advance()
113 tail -= pipe->native.length; in glink_smem_rx_advance()
129 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 …]
/Linux-v4.19/drivers/misc/cxl/
Dnative.c231 afu->native->spa_order = -1; in cxl_alloc_spa()
233 afu->native->spa_order++; in cxl_alloc_spa()
234 spa_size = (1 << afu->native->spa_order) * PAGE_SIZE; in cxl_alloc_spa()
238 afu->native->spa_max_procs, afu->native->spa_size); in cxl_alloc_spa()
240 afu->num_procs = afu->native->spa_max_procs; in cxl_alloc_spa()
244 afu->native->spa_size = spa_size; in cxl_alloc_spa()
245 afu->native->spa_max_procs = spa_max_procs(afu->native->spa_size); in cxl_alloc_spa()
246 } while (afu->native->spa_max_procs < afu->num_procs); in cxl_alloc_spa()
248 if (!(afu->native->spa = (struct cxl_process_element *) in cxl_alloc_spa()
249 __get_free_pages(GFP_KERNEL | __GFP_ZERO, afu->native->spa_order))) { in cxl_alloc_spa()
[all …]
Dpci.c93 #define AFUD_READ(afu, off) in_be64(afu->native->afu_desc_mmio + off)
94 #define AFUD_READ_LE(afu, off) in_le64(afu->native->afu_desc_mmio + off)
548 adapter->native->no_data_cache = true; in init_implementation_adapter_regs_psl9()
631 if (adapter->native->sl_ops->write_timebase_ctrl) in cxl_setup_psl_timebase()
632 adapter->native->sl_ops->write_timebase_ctrl(adapter); in cxl_setup_psl_timebase()
794 afu->psn_phys = p2_base(dev) + (adapter->native->ps_off + (afu->slice * adapter->ps_size)); in pci_map_slice_regs()
795 …afu_desc = p2_base(dev) + adapter->native->afu_desc_off + (afu->slice * adapter->native->afu_desc_… in pci_map_slice_regs()
797 if (!(afu->native->p1n_mmio = ioremap(p1n_base, p1n_size))) in pci_map_slice_regs()
802 if (!(afu->native->afu_desc_mmio = ioremap(afu_desc, adapter->native->afu_desc_size))) in pci_map_slice_regs()
810 iounmap(afu->native->p1n_mmio); in pci_map_slice_regs()
[all …]
Ddebugfs.c77 if (adapter->native->sl_ops->debugfs_add_adapter_regs) in cxl_debugfs_adapter_add()
78 adapter->native->sl_ops->debugfs_add_adapter_regs(adapter, dir); in cxl_debugfs_adapter_add()
123 if (afu->adapter->native->sl_ops->debugfs_add_afu_regs) in cxl_debugfs_afu_add()
124 afu->adapter->native->sl_ops->debugfs_add_afu_regs(afu, dir); in cxl_debugfs_afu_add()
/Linux-v4.19/tools/testing/selftests/seccomp/
Dseccomp_benchmark.c71 unsigned long long native, filtered; in main() local
80 native = timing(CLOCK_PROCESS_CPUTIME_ID, samples) / samples; in main()
81 printf("getpid native: %llu ns\n", native); in main()
93 filtered - native); in main()
95 if (filtered == native) in main()
/Linux-v4.19/include/linux/mlx4/
Dcmd.h270 u16 op, unsigned long timeout, int native);
275 int native) in mlx4_cmd() argument
278 op_modifier, op, timeout, native); in mlx4_cmd()
284 unsigned long timeout, int native) in mlx4_cmd_box() argument
287 op_modifier, op, timeout, native); in mlx4_cmd_box()
297 unsigned long timeout, int native) in mlx4_cmd_imm() argument
300 op_modifier, op, timeout, native); in mlx4_cmd_imm()
/Linux-v4.19/drivers/gpu/drm/msm/edp/
Dedp_aux.c45 bool native = msg->request & (DP_AUX_NATIVE_WRITE & DP_AUX_NATIVE_READ); in edp_msg_fifo_tx() local
79 if (!native) /* i2c */ in edp_msg_fifo_tx()
124 bool native = msg->request & (DP_AUX_NATIVE_WRITE & DP_AUX_NATIVE_READ); in edp_aux_transfer() local
129 msg->reply = native ? in edp_aux_transfer()
135 if ((native && (msg->size > AUX_CMD_NATIVE_MAX)) || in edp_aux_transfer()
174 msg->reply = native ? in edp_aux_transfer()
178 msg->reply = native ? in edp_aux_transfer()
/Linux-v4.19/fs/nls/
DKconfig10 as the ability of some filesystems to use native languages
43 native language character sets. These character sets are stored
55 native language character sets. These character sets are stored
67 native language character sets. These character sets are stored
80 native language character sets. These character sets are stored in
96 native language character sets. These character sets are stored in
111 native language character sets. These character sets are stored in
122 native language character sets. These character sets are stored in
133 native language character sets. These character sets are stored in
144 native language character sets. These character sets are stored in
[all …]
/Linux-v4.19/arch/mips/boot/dts/brcm/
Dbcm7346.dtsi82 native-endian;
126 native-endian;
139 native-endian;
151 native-endian;
163 native-endian;
321 native-endian;
330 native-endian;
340 native-endian;
349 native-endian;
359 native-endian;
[all …]
Dbcm7125.dtsi82 native-endian;
109 native-endian;
122 native-endian;
134 native-endian;
146 native-endian;
223 native-endian;
232 native-endian;
Dbcm7358.dtsi76 native-endian;
120 native-endian;
133 native-endian;
145 native-endian;
157 native-endian;
294 native-endian;
303 native-endian;
Dbcm7425.dtsi82 native-endian;
128 native-endian;
320 native-endian;
329 native-endian;
339 native-endian;
348 native-endian;
358 native-endian;
367 native-endian;
377 native-endian;
386 native-endian;
Dbcm7435.dtsi95 native-endian;
143 native-endian;
335 native-endian;
344 native-endian;
354 native-endian;
363 native-endian;
373 native-endian;
382 native-endian;
392 native-endian;
401 native-endian;
Dbcm7362.dtsi82 native-endian;
126 native-endian;
139 native-endian;
151 native-endian;
163 native-endian;
293 native-endian;
302 native-endian;
Dbcm7360.dtsi76 native-endian;
120 native-endian;
133 native-endian;
145 native-endian;
157 native-endian;
297 native-endian;
306 native-endian;
/Linux-v4.19/lib/
Dpercpu_test.c4 #define CHECK(native, pcp, expected) \ argument
6 WARN((native) != (expected), \
8 (native), (native), \
/Linux-v4.19/arch/powerpc/sysdev/
Ddcr.c53 return dcr_map_ok_native(host.host.native); in dcr_map_ok_generic()
81 host.host.native = dcr_map_native(dev, dcr_n, dcr_c); in dcr_map_generic()
95 dcr_unmap_native(host.host.native, dcr_c); in dcr_unmap_generic()
106 return dcr_read_native(host.host.native, dcr_n); in dcr_read_generic()
118 dcr_write_native(host.host.native, dcr_n, value); in dcr_write_generic()
/Linux-v4.19/Documentation/devicetree/bindings/display/panel/
Ddisplay-timing.txt11 - native-mode: The native mode for the display, in case multiple modes are
12 provided. When omitted, assume the first node is the native.
54 for displays. If a display supports multiple signal timings, the native-mode
91 native-mode = <&timing0>;
/Linux-v4.19/Documentation/devicetree/bindings/gpio/
Dbrcm,bcm6345-gpio.txt24 - native-endian: use native endian memory.
42 native-endian;
/Linux-v4.19/arch/powerpc/boot/dts/
Diss4xx-mpic.dts45 dcr-access-method = "native";
59 dcr-access-method = "native";
75 dcr-access-method = "native";
91 dcr-access-method = "native";
/Linux-v4.19/arch/xtensa/boot/dts/
Dxtfpga.dtsi64 native-endian;
72 native-endian;
93 native-endian;
/Linux-v4.19/Documentation/devicetree/bindings/regmap/
Dregmap.txt7 native-endian: See common-properties.txt for a definition
19 chips), "native-endian" is used to allow using the same device tree
/Linux-v4.19/fs/befs/
DKconfig6 The BeOS File System (BeFS) is the native file system of Be, Inc's
14 of the NLS (native language support) options below.
/Linux-v4.19/arch/mips/vdso/
DMakefile82 native-abi := $(filter -mabi=%,$(KBUILD_CFLAGS))
92 $(obj-vdso): KBUILD_CFLAGS := $(cflags-vdso) $(native-abi)
93 $(obj-vdso): KBUILD_AFLAGS := $(aflags-vdso) $(native-abi)
95 $(obj)/vdso.lds: KBUILD_CPPFLAGS := $(ccflags-vdso) $(native-abi)

1234567891011