| /linux/drivers/rpmsg/ |
| H A D | rpmsg_char.c | 48 * @ept_lock: synchronization of @ept modifications 49 * @ept: rpmsg endpoint reference, when open 66 struct rpmsg_endpoint *ept; member 83 if (eptdev->ept) { in rpmsg_chrdev_eptdev_destroy() 86 rpmsg_destroy_ept(eptdev->ept); in rpmsg_chrdev_eptdev_destroy() 87 eptdev->ept = NULL; in rpmsg_chrdev_eptdev_destroy() 144 struct rpmsg_endpoint *ept; in rpmsg_eptdev_open() 149 if (eptdev->ept) { in rpmsg_eptdev_open() 166 ept = eptdev->default_ept; in rpmsg_eptdev_open() 168 ept in rpmsg_eptdev_open() 138 struct rpmsg_endpoint *ept; rpmsg_eptdev_open() local [all...] |
| H A D | rpmsg_ns.c | 93 rpdev->ept = ns_ept; in rpmsg_ns_probe()
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | capabilities.h | 68 u32 ept; 307 return vmx_capability.ept & VMX_EPT_PAGE_WALK_4_BIT; in cpu_has_vmx_ept_execute_only() 312 return vmx_capability.ept & VMX_EPT_PAGE_WALK_5_BIT; in cpu_has_vmx_ept_4levels() 317 return vmx_capability.ept & VMX_EPTP_WB_BIT; in cpu_has_vmx_ept_5levels() 322 return vmx_capability.ept & VMX_EPT_2MB_PAGE_BIT; in cpu_has_vmx_ept_mt_wb() 327 return vmx_capability.ept & VMX_EPT_1GB_PAGE_BIT; in cpu_has_vmx_ept_2m_page() 341 return vmx_capability.ept & VMX_EPT_AD_BIT; in ept_caps_to_lpage_level() 346 return vmx_capability.ept & VMX_EPT_EXTENT_CONTEXT_BIT; in cpu_has_vmx_ept_ad_bits() 351 return vmx_capability.ept & VMX_EPT_EXTENT_GLOBAL_BIT; in cpu_has_vmx_invept_context() 67 u32 ept; global() member
|
| H A D | vmx.c | 104 module_param_named(ept, enable_ept, bool, 0444); 2791 &vmx_cap->ept, &vmx_cap->vpid); in setup_vmcs_config() 2794 vmx_cap->ept) { in setup_vmcs_config() 2801 vmx_cap->ept = 0; in setup_vmcs_config() 2823 if (!(vmx_cap->ept & VMX_EPT_ADVANCED_VMEXIT_INFO_BIT)) in setup_vmcs_config() 2969 nested_vmx_setup_ctls_msrs(&vmcs_conf, vmx_cap.ept); in vmx_enable_virtualization_cpu() 8713 ept_caps_to_lpage_level(vmx_capability.ept)); in vmx_hardware_setup()
|
| H A D | nested.c | 6171 * active ept pointer, we don't have to do anything else in handle_vmfunc() 7429 nested_vmx_setup_ctls_msrs(&vmcs_config, vmx_capability.ept); in nested_vmx_hardware_setup()
|
| /linux/drivers/net/wwan/ |
| H A D | rpmsg_wwan_ctrl.c | 14 struct rpmsg_endpoint *ept; member 41 rpwwan->ept = rpmsg_create_ept(rpwwan->rpdev, rpmsg_wwan_ctrl_callback, in rpmsg_wwan_ctrl_start() 43 if (!rpwwan->ept) in rpmsg_wwan_ctrl_start() 53 rpmsg_destroy_ept(rpwwan->ept); in rpmsg_wwan_ctrl_stop() 54 rpwwan->ept = NULL; in rpmsg_wwan_ctrl_stop() 62 ret = rpmsg_trysend(rpwwan->ept, skb->data, skb->len); in rpmsg_wwan_ctrl_tx() 75 ret = rpmsg_send(rpwwan->ept, skb->data, skb->len); in rpmsg_wwan_ctrl_tx_blocking() 88 return rpmsg_poll(rpwwan->ept, filp, wait); in rpmsg_wwan_ctrl_tx_poll()
|
| /linux/drivers/remoteproc/ |
| H A D | qcom_sysmon.c | 39 struct rpmsg_endpoint *ept; member 96 ret = rpmsg_send(sysmon->ept, req, len); in sysmon_send_event() 132 ret = rpmsg_send(sysmon->ept, req, strlen(req) + 1); in sysmon_request_shutdown() 525 else if (sysmon->ept) in sysmon_start() 560 else if (sysmon->ept) in sysmon_stop() 601 else if (sysmon->ept) in sysmon_notify() 773 rpdev->ept->priv = sysmon; in sysmon_probe() 774 sysmon->ept = rpdev->ept; in sysmon_probe() 787 struct qcom_sysmon *sysmon = rpdev->ept->priv; in sysmon_remove() 789 sysmon->ept = NULL; in sysmon_remove()
|
| /linux/drivers/cdx/controller/ |
| H A D | cdx_rpmsg.c | 40 ret = rpmsg_send(cdx_mcdi->ept, send_buf, hdr_len + sdu_len); in cdx_rpmsg_send() 134 cdx_mcdi->ept = rpmsg_create_ept(rpdev, cdx_rpmsg_cb, NULL, chinfo); in cdx_rpmsg_probe() 135 if (!cdx_mcdi->ept) { in cdx_rpmsg_probe() 157 rpmsg_destroy_ept(cdx_mcdi->ept); in cdx_rpmsg_remove()
|
| /linux/samples/rpmsg/ |
| H A D | rpmsg_client_sample.c | 44 ret = rpmsg_send(rpdev->ept, MSG, strlen(MSG)); in rpmsg_sample_cb() 66 ret = rpmsg_send(rpdev->ept, MSG, strlen(MSG)); in rpmsg_sample_probe()
|
| /linux/drivers/tty/ |
| H A D | rpmsg_tty.c | 86 msg_max_size = rpmsg_get_mtu(rpdev->ept); in rpmsg_tty_write() 96 ret = rpmsg_trysend(rpdev->ept, (void *)buf, msg_size); in rpmsg_tty_write() 110 size = rpmsg_get_mtu(cport->rpdev->ept); in rpmsg_tty_write_room()
|
| /linux/drivers/edac/ |
| H A D | versalnet_edac.c | 161 struct rpmsg_endpoint *ept; member 530 ret = rpmsg_send(cdx->ept, send_buf, hdr_len + sdu_len); in mcdi_request() 575 amd_mcdi->ept = mc_priv->ept; in setup_mcdi() 734 pg->ept = rpmsg_create_ept(rpdev, rpmsg_cb, NULL, chinfo); in rpmsg_probe() 735 if (!pg->ept) in rpmsg_probe() 748 rpmsg_destroy_ept(mc_priv->ept); in rpmsg_remove()
|
| /linux/drivers/media/platform/st/sti/delta/ |
| H A D | delta-ipc.c | 185 ret = rpmsg_send(rpmsg_device->ept, &msg, sizeof(msg)); in delta_ipc_open() 284 ret = rpmsg_send(rpmsg_device->ept, &msg, sizeof(msg)); in delta_ipc_set_stream() 398 ret = rpmsg_send(rpmsg_device->ept, &msg, sizeof(msg)); in delta_ipc_decode() 464 ret = rpmsg_send(rpmsg_device->ept, &msg, sizeof(msg)); in delta_ipc_close()
|
| /linux/arch/mips/include/asm/fw/cfe/ |
| H A D | cfe_api.h | 93 int cfe_init(uint64_t handle, uint64_t ept);
|
| /linux/net/qrtr/ |
| H A D | smd.c | 68 qdev->channel = rpdev->ept; in qcom_smd_qrtr_probe()
|
| /linux/include/linux/cdx/ |
| H A D | mcdi.h | 67 struct rpmsg_endpoint *ept; member
|
| /linux/drivers/soc/qcom/ |
| H A D | pmic_pdcharger_ulog.c | 50 return rpmsg_send(pg->rpdev->ept, data, len); in pmic_pdcharger_ulog_write_async()
|
| H A D | smd-rpm.c | 207 rpm->rpm_channel = rpdev->ept; in qcom_smd_rpm_probe()
|
| /linux/arch/mips/fw/cfe/ |
| H A D | cfe_api.c | 43 int cfe_init(u64 handle, u64 ept) in cfe_init() argument 45 cfe_dispfunc = NATIVE_FROM_XPTR(ept); in cfe_init()
|
| /linux/Documentation/virt/kvm/x86/ |
| H A D | running-nested-guests.rst | 136 $ cat /sys/module/kvm_intel/parameters/ept 141 ``enable_shadow_vmcs`` and ``ept``).
|
| H A D | mmu.rst | 320 - guest page fault (or npt page fault, or ept violation)
|
| /linux/drivers/net/wireless/ath/ath6kl/ |
| H A D | txrx.c | 1311 enum htc_endpoint_id ept = packet->endpoint; in ath6kl_rx() local 1324 __func__, ar, ept, skb, packet->buf, in ath6kl_rx() 1338 if (ept == ar->ctrl_ep) { in ath6kl_rx()
|
| /linux/Documentation/admin-guide/hw-vuln/ |
| H A D | l1tf.rst | 357 EPT can be disabled in the hypervisor via the 'kvm-intel.ept' parameter. 491 EPT can be disabled in the hypervisor via the 'kvm-intel.ept' parameter. 550 EPT can be disabled in the hypervisor via the 'kvm-intel.ept'
|
| /linux/sound/soc/fsl/ |
| H A D | imx-pcm-rpmsg.c | 54 ret = rpmsg_send(rpdev->ept, (void *)&msg->s_msg, in imx_rpmsg_pcm_send_message()
|
| /linux/drivers/misc/ |
| H A D | fastrpc.c | 1232 ret = rpmsg_send(cctx->rpdev->ept, (void *)msg, sizeof(*msg)); in fastrpc_internal_invoke()
|
| /linux/arch/x86/kvm/mmu/ |
| H A D | mmu.c | 5591 static void update_permission_bitmask(struct kvm_mmu *mmu, bool tdp, bool ept) in update_permission_bitmask() 5634 if (ept) { 5554 update_permission_bitmask(struct kvm_mmu * mmu,bool ept) update_permission_bitmask() argument
|