/freebsd/contrib/opencsd/decoder/include/opencsd/ptm/ |
H A D | trc_pkt_elem_ptm.h | 79 void UpdateVMID(const uint8_t VMID); 102 const uint8_t getVMID() const { return context.VMID; }; in getVMID() 178 inline void PtmTrcPacket::UpdateVMID(const uint8_t VMID) in UpdateVMID() argument 180 context.VMID = VMID; in UpdateVMID()
|
H A D | trc_pkt_types_ptm.h | 61 PTM_PKT_VMID, //!< VMID packet 81 uint32_t updated_v:1; /**< updated VMID */ 84 uint8_t VMID; /**< VMID */ member
|
H A D | trc_cmp_cfg_ptm.h | 111 const bool enaVMID() const; //!< VMID tracing enabled.
|
/freebsd/sys/contrib/openzfs/include/sys/zstd/ |
H A D | zstd.h | 112 * Vmid = 0x28, Vlow = 0xA5. We include these positions below to help follow 120 * | Vlow | Vmid | Vhigh | level | 129 * | level | Vhigh | Vmid | Vlow | 138 * | Vhigh | Vmid | Vlow | level | 142 * (Vhigh is always 0 until version exceeds 6.55.35. Vmid and Vlow are the
|
/freebsd/contrib/opencsd/decoder/include/opencsd/etmv3/ |
H A D | trc_pkt_elem_etmv3.h | 88 void UpdateVMID(const uint8_t VMID); 120 const uint32_t getVMID() const { return m_pkt_data.context.VMID; }; in getVMID() 214 inline void EtmV3TrcPacket::UpdateVMID(const uint8_t VMID) in UpdateVMID() argument 217 m_pkt_data.context.VMID = VMID; in UpdateVMID()
|
H A D | trc_pkt_types_etmv3.h | 104 uint32_t updated_v:1; /**< updated VMID */ 107 uint8_t VMID; /**< VMID */ member
|
H A D | trc_cmp_cfg_etmv3.h | 116 const bool isVMIDTrace() const; //!< VMID tracing enabled. 208 //! tracing VMID
|
/freebsd/contrib/opencsd/decoder/include/common/ |
H A D | ocsd_pe_context.h | 60 void setVMID(const uint32_t id) { m_context.vmid = id; m_context.vmid_valid = 1; }; in setVMID() 68 const uint32_t getVMID() const { return (m_context.vmid_valid == 1) ? m_context.vmid : 0; }; in getVMID() 97 m_context.vmid = 0; in resetCtxt()
|
/freebsd/sys/contrib/device-tree/Bindings/reserved-memory/ |
H A D | qcom,rmtfs-mem.txt | 30 - qcom,vmid: 33 Definition: vmid of the remote processor, to set up memory protection.
|
H A D | qcom,rmtfs-mem.yaml | 40 qcom,vmid:
|
/freebsd/contrib/opencsd/decoder/source/ptm/ |
H A D | trc_pkt_elem_ptm.cpp | 74 context.VMID = 0; in ResetState() 179 oss << "VMID=0x" << std::hex << std::setw(2) << std::setfill('0') << context.VMID << "; "; in toString() 444 name = "VMID"; in packetTypeName()
|
H A D | trc_pkt_decode_ptm.cpp | 289 if((m_pe_context.vmid_valid) && (m_pe_context.vmid == m_curr_packet_in->context.VMID)) in decodePacket() 293 m_pe_context.vmid = m_curr_packet_in->context.VMID; in decodePacket() 348 m_pe_context.vmid = m_curr_packet_in->getVMID(); in processIsync()
|
/freebsd/contrib/opencsd/decoder/include/opencsd/etmv4/ |
H A D | trc_pkt_elem_etmv4i.h | 149 void setContextVMID(const uint32_t VMID); 437 inline void EtmV4ITrcPacket::setContextVMID(const uint32_t VMID) in setContextVMID() argument 441 context.VMID = VMID; in setContextVMID()
|
H A D | trc_pkt_types_etmv4.h | 186 uint32_t updated_v:1; //!< updated VMID 190 uint32_t VMID; //!< current VMID member
|
/freebsd/contrib/opencsd/decoder/source/ |
H A D | trc_gen_elem.cpp | 47 {"OCSD_GEN_TRC_ELEM_PE_CONTEXT","PE status update / change (arch, ctxtid, vmid etc)."}, 184 oss << "VMID=0x" << std::hex << context.vmid << "; "; in toString()
|
/freebsd/contrib/opencsd/decoder/source/etmv3/ |
H A D | trc_pkt_elem_etmv3.cpp | 274 oss << "; VMID=" << std::hex << "0x" << m_pkt_data.context.VMID; in toString() 438 pName = "VMID"; in packetTypeName() 439 pDesc = "VMID change."; in packetTypeName()
|
/freebsd/contrib/opencsd/decoder/include/opencsd/ |
H A D | ocsd_if_types.h | 409 records current security state, exception level, VMID and ContextID for core. 415 uint32_t vmid; /**< VMID */ member 419 uint32_t vmid_valid:1; /**< 1 if VMID value is valid */
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | qmi.c | 42 dst_perms[0].vmid = QCOM_SCM_VMID_MSS_MSA; in ath10k_qmi_map_msa_permission() 44 dst_perms[1].vmid = QCOM_SCM_VMID_WLAN; in ath10k_qmi_map_msa_permission() 50 dst_perms[2].vmid = QCOM_SCM_VMID_WLAN_CE; in ath10k_qmi_map_msa_permission() 76 dst_perms.vmid = QCOM_SCM_VMID_HLOS; in ath10k_qmi_unmap_msa_permission()
|
/freebsd/sys/arm64/iommu/ |
H A D | smmureg.h | 53 #define IDR0_VMID16 (1 << 18) /* 16-bit VMID supported */ 54 #define IDR0_VMW (1 << 17) /* VMID wildcard-matching */ 119 #define CR0_VMW_S 6 /* VMID Wildcard */
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | nuvoton,nau8821.yaml | 66 description: VMID Tie-off impedance select.
|
/freebsd/contrib/opencsd/decoder/source/etmv4/ |
H A D | trc_pkt_proc_etmv4i.cpp | 845 if((lastByte & 0xC0) == 0) // no VMID or CID in iPktContext() 880 // see if there are VMID and CID bytes, and how many. in extractAndSetContextInfo() 884 // extract any VMID and CID in extractAndSetContextInfo() 888 uint32_t VMID = 0; in extractAndSetContextInfo() local 891 VMID |= ((uint32_t)m_currPacketData[i+payload_idx] << i*8); in extractAndSetContextInfo() 894 m_curr_packet.setContextVMID(VMID); in extractAndSetContextInfo()
|
H A D | trc_pkt_elem_etmv4i.cpp | 676 … oss << "VMID=0x" << std::hex << std::setfill('0') << std::setw(4) << context.VMID << "; "; in contextStr()
|
/freebsd/lib/libpmc/ |
H A D | pmc.cmn-600.3 | 119 Number of incoming DVMOP requests that are subject to VMID based filtering. 120 This is a measure of the effectiveness of VMID based filtering and potential
|
/freebsd/sys/arm64/include/ |
H A D | pmap.h | 89 struct asid_set *pm_asid_set; /* The ASID/VMID set to use */
|
/freebsd/sys/dev/hyperv/hvsock/ |
H A D | hv_sock.c | 1027 * guide/make-integration-service, and the endpoint is <VmID, ServiceId> with 1034 * GUID VmId; 1037 * Note: VmID is not used by FreeBSD VM and actually it isn't transmitted via 1039 * each other. Though the VmID is useful on the host, especially in the case
|