Home
last modified time | relevance | path

Searched refs:ept (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/drivers/rpmsg/
Dvirtio_rpmsg_bus.c204 struct rpmsg_endpoint *ept = container_of(kref, struct rpmsg_endpoint, in __ept_release() local
210 kfree(ept); in __ept_release()
219 struct rpmsg_endpoint *ept; in __rpmsg_create_ept() local
222 ept = kzalloc(sizeof(*ept), GFP_KERNEL); in __rpmsg_create_ept()
223 if (!ept) { in __rpmsg_create_ept()
228 kref_init(&ept->refcount); in __rpmsg_create_ept()
229 mutex_init(&ept->cb_lock); in __rpmsg_create_ept()
231 ept->rpdev = rpdev; in __rpmsg_create_ept()
232 ept->cb = cb; in __rpmsg_create_ept()
233 ept->priv = priv; in __rpmsg_create_ept()
[all …]
/linux-4.4.14/arch/mips/include/asm/fw/cfe/
Dcfe_api.h109 int cfe_init(uint64_t handle, uint64_t ept);
/linux-4.4.14/include/linux/
Drpmsg.h116 struct rpmsg_endpoint *ept; member
/linux-4.4.14/arch/mips/fw/cfe/
Dcfe_api.c51 int cfe_init(u64 handle, u64 ept) in cfe_init() argument
53 cfe_dispfunc = NATIVE_FROM_XPTR(ept); in cfe_init()
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
Dtxrx.c1316 enum htc_endpoint_id ept = packet->endpoint; in ath6kl_rx() local
1329 __func__, ar, ept, skb, packet->buf, in ath6kl_rx()
1343 if (ept == ar->ctrl_ep) { in ath6kl_rx()
/linux-4.4.14/arch/x86/kvm/
Dvmx.c74 module_param_named(ept, enable_ept, bool, S_IRUGO);
924 u32 ept; member
1067 return vmx_capability.ept & VMX_EPT_EXECUTE_ONLY_BIT; in cpu_has_vmx_ept_execute_only()
1072 return vmx_capability.ept & VMX_EPT_2MB_PAGE_BIT; in cpu_has_vmx_ept_2m_page()
1077 return vmx_capability.ept & VMX_EPT_1GB_PAGE_BIT; in cpu_has_vmx_ept_1g_page()
1082 return vmx_capability.ept & VMX_EPT_PAGE_WALK_4_BIT; in cpu_has_vmx_ept_4levels()
1087 return vmx_capability.ept & VMX_EPT_AD_BIT; in cpu_has_vmx_ept_ad_bits()
1092 return vmx_capability.ept & VMX_EPT_EXTENT_CONTEXT_BIT; in cpu_has_vmx_invept_context()
1097 return vmx_capability.ept & VMX_EPT_EXTENT_GLOBAL_BIT; in cpu_has_vmx_invept_global()
2630 vmx->nested.nested_vmx_ept_caps &= vmx_capability.ept; in nested_vmx_setup_ctls_msrs()
[all …]
Dmmu.c3810 struct kvm_mmu *mmu, bool ept) in update_permission_bitmask() argument
3835 if (!ept) { in update_permission_bitmask()
/linux-4.4.14/Documentation/
Drpmsg.txt189 void rpmsg_destroy_ept(struct rpmsg_endpoint *ept);
Dkernel-parameters.txt1769 kvm-intel.ept= [KVM,Intel] Disable extended page tables
/linux-4.4.14/Documentation/virtual/kvm/
Dmmu.txt274 - guest page fault (or npt page fault, or ept violation)