native             18 arch/powerpc/include/asm/dcr-generic.h 		dcr_host_native_t native;
native            326 arch/powerpc/include/asm/kvm_host.h 		struct kvmppc_xive *native;
native            384 arch/powerpc/include/asm/ps3av.h 	u32 native;
native            922 arch/powerpc/kvm/book3s.c 	kfree(kvm->arch.xive_devices.native);
native            923 arch/powerpc/kvm/book3s.c 	kvm->arch.xive_devices.native = NULL;
native           1983 arch/powerpc/kvm/book3s_xive.c 		&kvm->arch.xive_devices.native :
native             40 arch/powerpc/sysdev/dcr.c 		return dcr_map_ok_native(host.host.native);
native             68 arch/powerpc/sysdev/dcr.c 		host.host.native = dcr_map_native(dev, dcr_n, dcr_c);
native             82 arch/powerpc/sysdev/dcr.c 		dcr_unmap_native(host.host.native, dcr_c);
native             93 arch/powerpc/sysdev/dcr.c 		return dcr_read_native(host.host.native, dcr_n);
native            105 arch/powerpc/sysdev/dcr.c 		dcr_write_native(host.host.native, dcr_n, value);
native           1161 drivers/block/xen-blkback/blkback.c 			memcpy(&req, RING_GET_REQUEST(&blk_rings->native, rc), sizeof(req));
native           1453 drivers/block/xen-blkback/blkback.c 		resp = RING_GET_RESPONSE(&blk_rings->native,
native           1454 drivers/block/xen-blkback/blkback.c 					 blk_rings->native.rsp_prod_pvt);
native            195 drivers/block/xen-blkback/common.h 	struct blkif_back_ring        native;
native            208 drivers/block/xen-blkback/xenbus.c 		BACK_RING_INIT(&ring->blk_rings.native, sring,
native             37 drivers/gpu/drm/msm/edp/edp_aux.c 	bool native = msg->request & (DP_AUX_NATIVE_WRITE & DP_AUX_NATIVE_READ);
native             71 drivers/gpu/drm/msm/edp/edp_aux.c 	if (!native) /* i2c */
native            116 drivers/gpu/drm/msm/edp/edp_aux.c 	bool native = msg->request & (DP_AUX_NATIVE_WRITE & DP_AUX_NATIVE_READ);
native            121 drivers/gpu/drm/msm/edp/edp_aux.c 		msg->reply = native ?
native            127 drivers/gpu/drm/msm/edp/edp_aux.c 	if ((native && (msg->size > AUX_CMD_NATIVE_MAX)) ||
native            166 drivers/gpu/drm/msm/edp/edp_aux.c 		msg->reply = native ?
native            170 drivers/gpu/drm/msm/edp/edp_aux.c 		msg->reply = native ?
native            675 drivers/gpu/drm/nouveau/dispnv50/disp.c 	struct drm_display_mode *native;
native            786 drivers/gpu/drm/nouveau/dispnv50/disp.c 					  mstc->native);
native            978 drivers/gpu/drm/nouveau/dispnv50/disp.c 	if (mstc->native)
native            979 drivers/gpu/drm/nouveau/dispnv50/disp.c 		drm_mode_destroy(mstc->connector.dev, mstc->native);
native            980 drivers/gpu/drm/nouveau/dispnv50/disp.c 	mstc->native = nouveau_conn_native_mode(&mstc->connector);
native            825 drivers/gpu/drm/nouveau/nouveau_connector.c 	struct drm_display_mode *native = nv_connector->native_mode, *m;
native            830 drivers/gpu/drm/nouveau/nouveau_connector.c 	if (!native)
native            834 drivers/gpu/drm/nouveau/nouveau_connector.c 		if (mode->hdisplay <= native->hdisplay &&
native            835 drivers/gpu/drm/nouveau/nouveau_connector.c 		    mode->vdisplay <= native->vdisplay &&
native            836 drivers/gpu/drm/nouveau/nouveau_connector.c 		    (mode->hdisplay != native->hdisplay ||
native            837 drivers/gpu/drm/nouveau/nouveau_connector.c 		     mode->vdisplay != native->vdisplay)) {
native            839 drivers/gpu/drm/nouveau/nouveau_connector.c 					 drm_mode_vrefresh(native), false,
native            103 drivers/misc/cxl/context.c 		ctx->elem = &ctx->afu->native->spa[i];
native            476 drivers/misc/cxl/cxl.h 	struct cxl_afu_native *native;
native            677 drivers/misc/cxl/cxl.h 	struct cxl_native *native;
native            777 drivers/misc/cxl/cxl.h 	return cxl->native->p1_mmio + cxl_reg_off(reg);
native            797 drivers/misc/cxl/cxl.h 	return afu->native->p1n_mmio + cxl_reg_off(reg);
native             71 drivers/misc/cxl/debugfs.c 	if (adapter->native->sl_ops->debugfs_add_adapter_regs)
native             72 drivers/misc/cxl/debugfs.c 		adapter->native->sl_ops->debugfs_add_adapter_regs(adapter, dir);
native            114 drivers/misc/cxl/debugfs.c 	if (afu->adapter->native->sl_ops->debugfs_add_afu_regs)
native            115 drivers/misc/cxl/debugfs.c 		afu->adapter->native->sl_ops->debugfs_add_afu_regs(afu, dir);
native            316 drivers/misc/cxl/irq.c 		ctx->irqs.offset[0] = ctx->afu->native->psl_hwirq;
native            227 drivers/misc/cxl/native.c 	afu->native->spa_order = -1;
native            229 drivers/misc/cxl/native.c 		afu->native->spa_order++;
native            230 drivers/misc/cxl/native.c 		spa_size = (1 << afu->native->spa_order) * PAGE_SIZE;
native            234 drivers/misc/cxl/native.c 					afu->native->spa_max_procs, afu->native->spa_size);
native            236 drivers/misc/cxl/native.c 				afu->num_procs = afu->native->spa_max_procs;
native            240 drivers/misc/cxl/native.c 		afu->native->spa_size = spa_size;
native            241 drivers/misc/cxl/native.c 		afu->native->spa_max_procs = spa_max_procs(afu->native->spa_size);
native            242 drivers/misc/cxl/native.c 	} while (afu->native->spa_max_procs < afu->num_procs);
native            244 drivers/misc/cxl/native.c 	if (!(afu->native->spa = (struct cxl_process_element *)
native            245 drivers/misc/cxl/native.c 	      __get_free_pages(GFP_KERNEL | __GFP_ZERO, afu->native->spa_order))) {
native            250 drivers/misc/cxl/native.c 		 1<<afu->native->spa_order, afu->native->spa_max_procs, afu->num_procs);
native            259 drivers/misc/cxl/native.c 	afu->native->sw_command_status = (__be64 *)((char *)afu->native->spa +
native            260 drivers/misc/cxl/native.c 					    ((afu->native->spa_max_procs + 3) * 128));
native            262 drivers/misc/cxl/native.c 	spap = virt_to_phys(afu->native->spa) & CXL_PSL_SPAP_Addr;
native            263 drivers/misc/cxl/native.c 	spap |= ((afu->native->spa_size >> (12 - CXL_PSL_SPAP_Size_Shift)) - 1) & CXL_PSL_SPAP_Size;
native            266 drivers/misc/cxl/native.c 		afu->native->spa, afu->native->spa_max_procs,
native            267 drivers/misc/cxl/native.c 		afu->native->sw_command_status, spap);
native            278 drivers/misc/cxl/native.c 	if (afu->native->spa) {
native            279 drivers/misc/cxl/native.c 		free_pages((unsigned long) afu->native->spa,
native            280 drivers/misc/cxl/native.c 			afu->native->spa_order);
native            281 drivers/misc/cxl/native.c 		afu->native->spa = NULL;
native            357 drivers/misc/cxl/native.c 	if (adapter->native->no_data_cache) {
native            413 drivers/misc/cxl/native.c 	WARN_ON(!mutex_is_locked(&ctx->afu->native->spa_mutex));
native            443 drivers/misc/cxl/native.c 	*(ctx->afu->native->sw_command_status) = cpu_to_be64(cmd | 0 | ctx->pe);
native            457 drivers/misc/cxl/native.c 		state = be64_to_cpup(ctx->afu->native->sw_command_status);
native            485 drivers/misc/cxl/native.c 	mutex_lock(&ctx->afu->native->spa_mutex);
native            490 drivers/misc/cxl/native.c 	mutex_unlock(&ctx->afu->native->spa_mutex);
native            502 drivers/misc/cxl/native.c 	mutex_lock(&ctx->afu->native->spa_mutex);
native            513 drivers/misc/cxl/native.c 	mutex_unlock(&ctx->afu->native->spa_mutex);
native            521 drivers/misc/cxl/native.c 	mutex_lock(&ctx->afu->native->spa_mutex);
native            535 drivers/misc/cxl/native.c 	mutex_unlock(&ctx->afu->native->spa_mutex);
native            547 drivers/misc/cxl/native.c 			(ctx->afu->native->pp_offset + ctx->afu->pp_size * ctx->pe);
native            559 drivers/misc/cxl/native.c 	if (afu->native->spa == NULL) {
native            707 drivers/misc/cxl/native.c 		ctx->irqs.offset[0] = ctx->afu->native->psl_hwirq;
native            770 drivers/misc/cxl/native.c 		ctx->irqs.offset[0] = ctx->afu->native->psl_hwirq;
native            821 drivers/misc/cxl/native.c 	if (afu->adapter->native->sl_ops->needs_reset_before_disable)
native            841 drivers/misc/cxl/native.c 	if (afu->native->spa == NULL) {
native            914 drivers/misc/cxl/native.c 	if (ctx->afu->adapter->native->sl_ops->update_dedicated_ivtes)
native            915 drivers/misc/cxl/native.c 		afu->adapter->native->sl_ops->update_dedicated_ivtes(ctx);
native            950 drivers/misc/cxl/native.c 	if (ctx->afu->adapter->native->sl_ops->update_dedicated_ivtes)
native            951 drivers/misc/cxl/native.c 		afu->adapter->native->sl_ops->update_dedicated_ivtes(ctx);
native           1002 drivers/misc/cxl/native.c 	    (afu->adapter->native->sl_ops->activate_dedicated_process))
native           1003 drivers/misc/cxl/native.c 		return afu->adapter->native->sl_ops->activate_dedicated_process(afu);
native           1018 drivers/misc/cxl/native.c 	    (ctx->afu->adapter->native->sl_ops->attach_afu_directed))
native           1019 drivers/misc/cxl/native.c 		return ctx->afu->adapter->native->sl_ops->attach_afu_directed(ctx, wed, amr);
native           1022 drivers/misc/cxl/native.c 	    (ctx->afu->adapter->native->sl_ops->attach_dedicated_process))
native           1023 drivers/misc/cxl/native.c 		return ctx->afu->adapter->native->sl_ops->attach_dedicated_process(ctx, wed, amr);
native           1057 drivers/misc/cxl/native.c 	    (ctx->afu->adapter->native->sl_ops->update_dedicated_ivtes))
native           1058 drivers/misc/cxl/native.c 		return ctx->afu->adapter->native->sl_ops->update_dedicated_ivtes(ctx);
native           1110 drivers/misc/cxl/native.c 	if (ctx->afu->adapter->native->sl_ops->register_serr_irq) {
native           1127 drivers/misc/cxl/native.c 	if (ctx->afu->adapter->native->sl_ops->register_serr_irq) {
native           1141 drivers/misc/cxl/native.c 	if (ctx->afu->adapter->native->sl_ops->psl_irq_dump_registers)
native           1142 drivers/misc/cxl/native.c 		ctx->afu->adapter->native->sl_ops->psl_irq_dump_registers(ctx);
native           1144 drivers/misc/cxl/native.c 	if (ctx->afu->adapter->native->sl_ops->debugfs_stop_trace) {
native           1146 drivers/misc/cxl/native.c 		ctx->afu->adapter->native->sl_ops->debugfs_stop_trace(ctx->afu->adapter);
native           1192 drivers/misc/cxl/native.c 		if (afu->adapter->native->sl_ops->fail_irq)
native           1193 drivers/misc/cxl/native.c 			return afu->adapter->native->sl_ops->fail_irq(afu, &irq_info);
native           1200 drivers/misc/cxl/native.c 		if (afu->adapter->native->sl_ops->handle_interrupt)
native           1201 drivers/misc/cxl/native.c 			ret = afu->adapter->native->sl_ops->handle_interrupt(irq, ctx, &irq_info);
native           1211 drivers/misc/cxl/native.c 	if (afu->adapter->native->sl_ops->fail_irq)
native           1212 drivers/misc/cxl/native.c 		ret = afu->adapter->native->sl_ops->fail_irq(afu, &irq_info);
native           1312 drivers/misc/cxl/native.c 	if (adapter->native->sl_ops->debugfs_stop_trace) {
native           1314 drivers/misc/cxl/native.c 		adapter->native->sl_ops->debugfs_stop_trace(adapter);
native           1317 drivers/misc/cxl/native.c 	if (adapter->native->sl_ops->err_irq_dump_registers)
native           1318 drivers/misc/cxl/native.c 		adapter->native->sl_ops->err_irq_dump_registers(adapter);
native           1333 drivers/misc/cxl/native.c 				       &adapter->native->err_hwirq,
native           1334 drivers/misc/cxl/native.c 				       &adapter->native->err_virq,
native           1341 drivers/misc/cxl/native.c 	cxl_p1_write(adapter, CXL_PSL_ErrIVTE, adapter->native->err_hwirq & 0xffff);
native           1348 drivers/misc/cxl/native.c 	if (adapter->native->err_virq == 0 ||
native           1349 drivers/misc/cxl/native.c 	    adapter->native->err_virq !=
native           1350 drivers/misc/cxl/native.c 	    irq_find_mapping(NULL, adapter->native->err_hwirq))
native           1354 drivers/misc/cxl/native.c 	cxl_unmap_irq(adapter->native->err_virq, adapter);
native           1355 drivers/misc/cxl/native.c 	cxl_ops->release_one_irq(adapter, adapter->native->err_hwirq);
native           1357 drivers/misc/cxl/native.c 	adapter->native->err_virq = 0;
native           1416 drivers/misc/cxl/native.c 				    afu, &afu->native->psl_hwirq, &afu->native->psl_virq,
native           1426 drivers/misc/cxl/native.c 	if (afu->native->psl_virq == 0 ||
native           1427 drivers/misc/cxl/native.c 	    afu->native->psl_virq !=
native           1428 drivers/misc/cxl/native.c 	    irq_find_mapping(NULL, afu->native->psl_hwirq))
native           1431 drivers/misc/cxl/native.c 	cxl_unmap_irq(afu->native->psl_virq, afu);
native           1432 drivers/misc/cxl/native.c 	cxl_ops->release_one_irq(afu->adapter, afu->native->psl_hwirq);
native           1434 drivers/misc/cxl/native.c 	afu->native->psl_virq = 0;
native           1479 drivers/misc/cxl/native.c 	*out = in_le64(afu->native->afu_desc_mmio + afu->crs_offset +
native           1490 drivers/misc/cxl/native.c 	*out = in_le32(afu->native->afu_desc_mmio + afu->crs_offset +
native           1525 drivers/misc/cxl/native.c 	out_le32(afu->native->afu_desc_mmio + afu->crs_offset +
native             89 drivers/misc/cxl/pci.c #define AFUD_READ(afu, off)		in_be64(afu->native->afu_desc_mmio + off)
native             90 drivers/misc/cxl/pci.c #define AFUD_READ_LE(afu, off)		in_le64(afu->native->afu_desc_mmio + off)
native            544 drivers/misc/cxl/pci.c 		adapter->native->no_data_cache = true;
native            627 drivers/misc/cxl/pci.c 	if (adapter->native->sl_ops->write_timebase_ctrl)
native            628 drivers/misc/cxl/pci.c 		adapter->native->sl_ops->write_timebase_ctrl(adapter);
native            790 drivers/misc/cxl/pci.c 	afu->psn_phys = p2_base(dev) + (adapter->native->ps_off + (afu->slice * adapter->ps_size));
native            791 drivers/misc/cxl/pci.c 	afu_desc = p2_base(dev) + adapter->native->afu_desc_off + (afu->slice * adapter->native->afu_desc_size);
native            793 drivers/misc/cxl/pci.c 	if (!(afu->native->p1n_mmio = ioremap(p1n_base, p1n_size)))
native            798 drivers/misc/cxl/pci.c 		if (!(afu->native->afu_desc_mmio = ioremap(afu_desc, adapter->native->afu_desc_size)))
native            806 drivers/misc/cxl/pci.c 	iounmap(afu->native->p1n_mmio);
native            818 drivers/misc/cxl/pci.c 	if (afu->native->p1n_mmio) {
native            819 drivers/misc/cxl/pci.c 		iounmap(afu->native->p1n_mmio);
native            820 drivers/misc/cxl/pci.c 		afu->native->p1n_mmio = NULL;
native            822 drivers/misc/cxl/pci.c 	if (afu->native->afu_desc_mmio) {
native            823 drivers/misc/cxl/pci.c 		iounmap(afu->native->afu_desc_mmio);
native            824 drivers/misc/cxl/pci.c 		afu->native->afu_desc_mmio = NULL;
native            837 drivers/misc/cxl/pci.c 	kfree(afu->native);
native            862 drivers/misc/cxl/pci.c 		afu->native->pp_offset = AFUD_READ_PPPSA_OFF(afu);
native            893 drivers/misc/cxl/pci.c 			(afu->native->pp_offset + afu->pp_size*afu->max_procs_virtualised)) {
native            956 drivers/misc/cxl/pci.c 	if (afu->adapter->native->sl_ops->register_serr_irq) {
native           1011 drivers/misc/cxl/pci.c 	if (afu->adapter->native->sl_ops->register_serr_irq) {
native           1041 drivers/misc/cxl/pci.c 	const void __iomem *ebuf = afu->native->afu_desc_mmio + afu->eb_offset;
native           1079 drivers/misc/cxl/pci.c 	if (adapter->native->sl_ops->sanitise_afu_regs) {
native           1080 drivers/misc/cxl/pci.c 		rc = adapter->native->sl_ops->sanitise_afu_regs(afu);
native           1098 drivers/misc/cxl/pci.c 	if (adapter->native->sl_ops->afu_regs_init)
native           1099 drivers/misc/cxl/pci.c 		if ((rc = adapter->native->sl_ops->afu_regs_init(afu)))
native           1102 drivers/misc/cxl/pci.c 	if (adapter->native->sl_ops->register_serr_irq)
native           1103 drivers/misc/cxl/pci.c 		if ((rc = adapter->native->sl_ops->register_serr_irq(afu)))
native           1113 drivers/misc/cxl/pci.c 	if (adapter->native->sl_ops->release_serr_irq)
native           1114 drivers/misc/cxl/pci.c 		adapter->native->sl_ops->release_serr_irq(afu);
native           1131 drivers/misc/cxl/pci.c 	if (afu->adapter->native->sl_ops->release_serr_irq)
native           1132 drivers/misc/cxl/pci.c 		afu->adapter->native->sl_ops->release_serr_irq(afu);
native           1145 drivers/misc/cxl/pci.c 	afu->native = kzalloc(sizeof(struct cxl_afu_native), GFP_KERNEL);
native           1146 drivers/misc/cxl/pci.c 	if (!afu->native)
native           1149 drivers/misc/cxl/pci.c 	mutex_init(&afu->native->spa_mutex);
native           1186 drivers/misc/cxl/pci.c 	kfree(afu->native);
native           1254 drivers/misc/cxl/pci.c 	if (!(adapter->native->p1_mmio = ioremap(p1_base(dev), p1_size(dev))))
native           1257 drivers/misc/cxl/pci.c 	if (!(adapter->native->p2_mmio = ioremap(p2_base(dev), p2_size(dev))))
native           1263 drivers/misc/cxl/pci.c 	iounmap(adapter->native->p1_mmio);
native           1264 drivers/misc/cxl/pci.c 	adapter->native->p1_mmio = NULL;
native           1275 drivers/misc/cxl/pci.c 	if (adapter->native->p1_mmio) {
native           1276 drivers/misc/cxl/pci.c 		iounmap(adapter->native->p1_mmio);
native           1277 drivers/misc/cxl/pci.c 		adapter->native->p1_mmio = NULL;
native           1280 drivers/misc/cxl/pci.c 	if (adapter->native->p2_mmio) {
native           1281 drivers/misc/cxl/pci.c 		iounmap(adapter->native->p2_mmio);
native           1282 drivers/misc/cxl/pci.c 		adapter->native->p2_mmio = NULL;
native           1324 drivers/misc/cxl/pci.c 	adapter->native->ps_off = ps_off * 64 * 1024;
native           1326 drivers/misc/cxl/pci.c 	adapter->native->afu_desc_off = afu_desc_off * 64 * 1024;
native           1327 drivers/misc/cxl/pci.c 	adapter->native->afu_desc_size = afu_desc_size * 64 * 1024;
native           1395 drivers/misc/cxl/pci.c 	if (!adapter->native->afu_desc_off || !adapter->native->afu_desc_size) {
native           1400 drivers/misc/cxl/pci.c 	if (adapter->ps_size > p2_size(dev) - adapter->native->ps_off) {
native           1403 drivers/misc/cxl/pci.c 			 adapter->ps_size, p2_size(dev) - adapter->native->ps_off);
native           1423 drivers/misc/cxl/pci.c 	kfree(adapter->native);
native           1436 drivers/misc/cxl/pci.c 	if (adapter->native->sl_ops->invalidate_all) {
native           1440 drivers/misc/cxl/pci.c 		rc = adapter->native->sl_ops->invalidate_all(adapter);
native           1486 drivers/misc/cxl/pci.c 	if ((rc = adapter->native->sl_ops->adapter_regs_init(adapter, dev)))
native           1501 drivers/misc/cxl/pci.c 	if ((rc = pnv_phb_to_cxl_mode(dev, adapter->native->sl_ops->capi_mode)))
native           1625 drivers/misc/cxl/pci.c 		adapter->native->sl_ops = &psl8_ops;
native           1628 drivers/misc/cxl/pci.c 		adapter->native->sl_ops = &psl9_ops;
native           1642 drivers/misc/cxl/pci.c 	adapter->native = kzalloc(sizeof(struct cxl_native), GFP_KERNEL);
native           1643 drivers/misc/cxl/pci.c 	if (!adapter->native) {
native             65 drivers/misc/cxl/sysfs.c 		psl_tb = adapter->native->sl_ops->timebase_read(adapter);
native            215 drivers/misc/cxl/sysfs.c 	return scnprintf(buf, PAGE_SIZE, "%llu\n", afu->native->pp_offset);
native            776 drivers/net/ethernet/mellanox/mlx4/cmd.c 	       u16 op, unsigned long timeout, int native)
native            781 drivers/net/ethernet/mellanox/mlx4/cmd.c 	if (!mlx4_is_mfunc(dev) || (native && mlx4_is_master(dev))) {
native             91 drivers/net/ethernet/mellanox/mlx4/qp.c 		     int sqd_event, struct mlx4_qp *qp, int native)
native            146 drivers/net/ethernet/mellanox/mlx4/qp.c 			MLX4_CMD_2RST_QP, MLX4_CMD_TIME_CLASS_A, native);
native            185 drivers/net/ethernet/mellanox/mlx4/qp.c 		       op[cur_state][new_state], MLX4_CMD_TIME_CLASS_C, native);
native            633 drivers/ps3/ps3av.c 	id = ps3av_resbit2id(info->res_50.native, info->res_60.native,
native            634 drivers/ps3/ps3av.c 			     info->res_vesa.native);
native            676 drivers/ps3/ps3av.c 		 info->res_60.res_bits, info->res_60.native);
native            678 drivers/ps3/ps3av.c 		 info->res_50.res_bits, info->res_50.native);
native            680 drivers/ps3/ps3av.c 		 info->res_other.res_bits, info->res_other.native);
native            682 drivers/ps3/ps3av.c 		 info->res_vesa.res_bits, info->res_vesa.native);
native            744 drivers/ps3/ps3av.c 			info->res_60.native &= ~quirk->clear_60;
native             32 drivers/rpmsg/qcom_glink_rpm.c #define to_rpm_pipe(p) container_of(p, struct glink_rpm_pipe, native)
native             48 drivers/rpmsg/qcom_glink_rpm.c 	struct qcom_glink_pipe native;
native             66 drivers/rpmsg/qcom_glink_rpm.c 		return pipe->native.length - tail + head;
native             80 drivers/rpmsg/qcom_glink_rpm.c 	if (tail >= pipe->native.length)
native             81 drivers/rpmsg/qcom_glink_rpm.c 		tail -= pipe->native.length;
native             83 drivers/rpmsg/qcom_glink_rpm.c 	len = min_t(size_t, count, pipe->native.length - tail);
native            104 drivers/rpmsg/qcom_glink_rpm.c 	if (tail >= pipe->native.length)
native            105 drivers/rpmsg/qcom_glink_rpm.c 		tail -= pipe->native.length;
native            120 drivers/rpmsg/qcom_glink_rpm.c 		return pipe->native.length - head + tail;
native            131 drivers/rpmsg/qcom_glink_rpm.c 	len = min_t(size_t, count, pipe->native.length - head);
native            143 drivers/rpmsg/qcom_glink_rpm.c 	if (head >= pipe->native.length)
native            144 drivers/rpmsg/qcom_glink_rpm.c 		head -= pipe->native.length;
native            228 drivers/rpmsg/qcom_glink_rpm.c 			rx->native.length = size;
native            235 drivers/rpmsg/qcom_glink_rpm.c 			tx->native.length = size;
native            291 drivers/rpmsg/qcom_glink_rpm.c 	rx_pipe->native.avail = glink_rpm_rx_avail;
native            292 drivers/rpmsg/qcom_glink_rpm.c 	rx_pipe->native.peak = glink_rpm_rx_peak;
native            293 drivers/rpmsg/qcom_glink_rpm.c 	rx_pipe->native.advance = glink_rpm_rx_advance;
native            294 drivers/rpmsg/qcom_glink_rpm.c 	tx_pipe->native.avail = glink_rpm_tx_avail;
native            295 drivers/rpmsg/qcom_glink_rpm.c 	tx_pipe->native.write = glink_rpm_tx_write;
native            302 drivers/rpmsg/qcom_glink_rpm.c 					&rx_pipe->native,
native            303 drivers/rpmsg/qcom_glink_rpm.c 					&tx_pipe->native,
native             37 drivers/rpmsg/qcom_glink_smem.c 	struct qcom_glink_pipe native;
native             47 drivers/rpmsg/qcom_glink_smem.c #define to_smem_pipe(p) container_of(p, struct glink_smem_pipe, native)
native             67 drivers/rpmsg/qcom_glink_smem.c 		pipe->native.length = len;
native             74 drivers/rpmsg/qcom_glink_smem.c 		return pipe->native.length - tail + head;
native             88 drivers/rpmsg/qcom_glink_smem.c 	if (tail >= pipe->native.length)
native             89 drivers/rpmsg/qcom_glink_smem.c 		tail -= pipe->native.length;
native             91 drivers/rpmsg/qcom_glink_smem.c 	len = min_t(size_t, count, pipe->native.length - tail);
native            108 drivers/rpmsg/qcom_glink_smem.c 	if (tail >= pipe->native.length)
native            109 drivers/rpmsg/qcom_glink_smem.c 		tail -= pipe->native.length;
native            125 drivers/rpmsg/qcom_glink_smem.c 		avail = pipe->native.length - head + tail;
native            143 drivers/rpmsg/qcom_glink_smem.c 	len = min_t(size_t, count, pipe->native.length - head);
native            151 drivers/rpmsg/qcom_glink_smem.c 	if (head >= pipe->native.length)
native            152 drivers/rpmsg/qcom_glink_smem.c 		head -= pipe->native.length;
native            171 drivers/rpmsg/qcom_glink_smem.c 	if (head >= pipe->native.length)
native            172 drivers/rpmsg/qcom_glink_smem.c 		head -= pipe->native.length;
native            260 drivers/rpmsg/qcom_glink_smem.c 				      &tx_pipe->native.length);
native            267 drivers/rpmsg/qcom_glink_smem.c 	rx_pipe->native.avail = glink_smem_rx_avail;
native            268 drivers/rpmsg/qcom_glink_smem.c 	rx_pipe->native.peak = glink_smem_rx_peak;
native            269 drivers/rpmsg/qcom_glink_smem.c 	rx_pipe->native.advance = glink_smem_rx_advance;
native            272 drivers/rpmsg/qcom_glink_smem.c 	tx_pipe->native.avail = glink_smem_tx_avail;
native            273 drivers/rpmsg/qcom_glink_smem.c 	tx_pipe->native.write = glink_smem_tx_write;
native            281 drivers/rpmsg/qcom_glink_smem.c 					&rx_pipe->native, &tx_pipe->native,
native            394 fs/exec.c      		const char __user *const __user *native;
native            403 fs/exec.c      	const char __user *native;
native            416 fs/exec.c      	if (get_user(native, argv.ptr.native + nr))
native            419 fs/exec.c      	return native;
native            429 fs/exec.c      	if (argv.ptr.native != NULL) {
native            601 fs/exec.c      		.ptr.native = (const char __user *const  __user *)__argv,
native           1873 fs/exec.c      	struct user_arg_ptr argv = { .ptr.native = __argv };
native           1874 fs/exec.c      	struct user_arg_ptr envp = { .ptr.native = __envp };
native           1883 fs/exec.c      	struct user_arg_ptr argv = { .ptr.native = __argv };
native           1884 fs/exec.c      	struct user_arg_ptr envp = { .ptr.native = __envp };
native           1893 fs/exec.c      	struct user_arg_ptr argv = { .ptr.native = __argv };
native           1894 fs/exec.c      	struct user_arg_ptr envp = { .ptr.native = __envp };
native            270 include/linux/mlx4/cmd.h 	       u16 op, unsigned long timeout, int native);
native            275 include/linux/mlx4/cmd.h 			   int native)
native            278 include/linux/mlx4/cmd.h 			  op_modifier, op, timeout, native);
native            284 include/linux/mlx4/cmd.h 			       unsigned long timeout, int native)
native            287 include/linux/mlx4/cmd.h 			  op_modifier, op, timeout, native);
native            297 include/linux/mlx4/cmd.h 			       unsigned long timeout, int native)
native            300 include/linux/mlx4/cmd.h 			  op_modifier, op, timeout, native);
native              5 lib/percpu_test.c #define CHECK(native, pcp, expected)                                    \
native              7 lib/percpu_test.c 		WARN((native) != (expected),                            \
native              9 lib/percpu_test.c 		     (native), (native),				\
native             71 tools/testing/selftests/seccomp/seccomp_benchmark.c 	unsigned long long native, filtered;
native             80 tools/testing/selftests/seccomp/seccomp_benchmark.c 	native = timing(CLOCK_PROCESS_CPUTIME_ID, samples) / samples;
native             81 tools/testing/selftests/seccomp/seccomp_benchmark.c 	printf("getpid native: %llu ns\n", native);
native             93 tools/testing/selftests/seccomp/seccomp_benchmark.c 		filtered - native);
native             95 tools/testing/selftests/seccomp/seccomp_benchmark.c 	if (filtered == native)