RISC-V 手册 v2(一本开源指令集的指南)年图灵奖。 100 10.2 简单嵌入式系统的机器模式 机器模式(缩写为 M 模式,M-mode)是 RISC-V 中 hart(hardware thread,硬件线 程)可以执行的最高权限模式。在 M 模式下运行的 hart 对内存,I/O 和一些对于启动和配 置系统来说必要的底层功能有着完全的使用权。因此它是唯一所有标准 RISC-V 处理器都 必须实现的权限模式。实际上简单的 屏蔽其有效地址的最低 有效位。 如果没有 C 扩 展,跳转到被 4 除余 2 的地址时会发生此异 常。 hart 是 硬 件 线 程 (hardware thread)的缩略 形式。 我们用该术语将 它们与大多数程序员熟 悉的软件线程区分开 来。软件线程在 harts 上 进行分时复用。 大多数 处理器核都只有一个 hart。 101 如果你还记得第二章声明允许非对齐的 load 和 store,你可能会问为什么图 共用操作码。这遵照了第一章将架构和具体 实现隔离开的准则。 有三种标准的中断源:软件、时钟和外部来源。软件中断通过向内存映射寄存器中存 数来触发,并通常用于由一个 hart 中断另一个 hart(在其他架构中称为处理器间中断机 制)。当 hart 的时间比较器(一个名为 mtimecmp 的内存映射寄存器)大于实时计数器 mtime 时,会触发时钟中断。外部中断由平台级中断控制器(大多数外部设备连接到这个0 码力 | 164 页 | 8.85 MB | 1 年前3
机器学习课程-温州大学-06机器学习-KNN算法org/course/ml [2] 李航. 统计学习方法[M]. 北京: 清华大学出版社,2019. [3] 周志华. 机器学习[M]. 北京: 清华大学出版社,2016. [4] Cover T M , Hart P E . Nearest neighbor pattern classification[J]. IEEE Trans.inf.theory, 1953, 13(1):21-27. [5]0 码力 | 26 页 | 1.60 MB | 1 年前3
RISC-V 开放架构设计之道 1.0.0指代整数寄存器的位宽。XLEN 在 RV32 中 为 32,在 RV64 中为 64。 10.2 简单嵌入式系统的机器模式 机器模式(简写为 M 模式)是一个 RISC-V 硬件线程(hart,hardware thread) hart 是 hardware thread(硬件线程)的简 写,为了与大多数程序员 熟悉的软件线程区分而提 出。软件线程在硬件线程 上分时复用。大多数处理 器核仅有一个硬件线程。 XLEN-1 0 Machine Architecture ID register marchid Machine Implementation ID register mimpid Machine Hart ID register mhartid XLEN 图 10.23: 机器识别码 CSR(marchid、mimpid 和 mhartid)标识了处理器的微架构和实现版本,以 及正在运行的硬件线程编号。0 码力 | 223 页 | 15.31 MB | 1 年前3
OpenShift Container Platform 4.8 CLI 工具app=nginx and delete all the other resources that are not in the file and match label app=nginx. oc apply --prune -f manifest.yaml -l app=nginx # Apply the configuration in manifest.yaml and delete all the config current-context 显示当前上下文 用法示例 用法示例 2.5.1.17. oc config delete-cluster 从 kubeconfig 删除指定的集群 用法示例 用法示例 2.5.1.18. oc config delete-context 从 kubeconfig 删除指定的上下文 # Installing bash completion oc config current-context # Delete the minikube cluster oc config delete-cluster minikube 第 第 2 章 章 OPENSHIFT CLI (OC) 27 用法示例 用法示例 2.5.1.19. oc config delete-user 从 kubeconfig 删除指定用户 用法示例0 码力 | 152 页 | 1.24 MB | 1 年前3
OpenShift Container Platform 4.13 认证和授权第 第 5 章 章 管理用 管理用户拥 户拥有的 有的 OAUTH 访问 访问令牌 令牌 23 删除用户拥有的 OAuth 访问令牌: 输 输出示例 出示例 $ oc delete useroauthaccesstokens useroauthaccesstoken.oauth.openshift.io " " deleted 用户名的用户,此身份将映射到 现有用户,添加到该用户的现有身份映射中。如果配置了多个身份提供程序并且它们 标识同一组用户并映射到相同的用户名,则需要进行此操作。 注意 注意 $ oc delete secrets kubeadmin -n kube-system OpenShift Container Platform 4.13 认证 认证和授 和授权 权 26 1 2 3 注意 data: htpasswd: $ oc delete user user.user.openshift.io " " deleted $ oc delete identity my_htpasswd_provider: OpenShift Container 0 码力 | 201 页 | 2.74 MB | 1 年前3
OpenShift Container Platform 4.10 CLI 工具app=nginx and delete all other resources that are not in the file and match label app=nginx oc apply --prune -f manifest.yaml -l app=nginx # Apply the configuration in manifest.yaml and delete all the 用法示例 用法示例 2.5.1.17. oc config delete-cluster 从 kubeconfig 删除指定的集群 用法示例 用法示例 2.5.1.18. oc config delete-context 从 kubeconfig 删除指定的上下文 用法示例 用法示例 2.5.1.19. oc config delete-user 从 kubeconfig 删除指定用户 用法示例 current-context # Delete the minikube cluster oc config delete-cluster minikube # Delete the context for the minikube cluster oc config delete-context minikube # Delete the minikube user0 码力 | 120 页 | 1.04 MB | 1 年前3
OpenShift Container Platform 4.13 CLI 工具app=nginx and delete all other resources that are not in the file and match label app=nginx oc apply --prune -f manifest.yaml -l app=nginx # Apply the configuration in manifest.yaml and delete all the 用法示例 用法示例 2.7.1.17. oc config delete-cluster 从 kubeconfig 删除指定的集群 用法示例 用法示例 2.7.1.18. oc config delete-context 从 kubeconfig 删除指定的上下文 用法示例 用法示例 2.7.1.19. oc config delete-user 从 kubeconfig 删除指定用户 用法示例 current-context # Delete the minikube cluster oc config delete-cluster minikube # Delete the context for the minikube cluster oc config delete-context minikube # Delete the minikube user0 码力 | 128 页 | 1.11 MB | 1 年前3
Zabbix 3.4 中文手册2 0 Template App MySQL mysql.status[Com_delete] 3 0 0000EE 文件导入屏幕,请单击右上角的导入按钮。导入聚合图形的用户将被设置为 其所有者。 批量编辑选项 列表下方的按钮提供了一些批量编辑选项: • Export - 将/聚合图形导出到 XML 文件 • Delete - 删除聚合图形, 要使用这些选项,请在相应聚合图形之前标记复选框,然后单击所需的按钮。 查看聚合图形 要查看聚合图形,请在所有聚合图形列表中单击其名称。 855 时间段选择器 聚 属性 -编辑幻灯片演示属性 要创建幻灯片演示, 点击右上角的创建幻灯片放映按钮。 批量编辑选项 列表下方的按钮提供了一个批量编辑选项: • Delete - 删除幻灯片演示 要使用此选项,请在相应幻灯片显示之前标记复选框,然后单击// Delete //。 查看幻灯片演示 要查看幻灯片演示,请在所有幻灯片演示列表中单击其名称。 控件 标题栏中有四个控制按钮: • - 幻灯片演示属性编辑0 码力 | 1757 页 | 12.63 MB | 1 年前3
Zabbix 4.4 中文手册Note that you may also use ’update’ instead of ’upgrade’ in these commands. While ’upgrade’ will delete obsolete packages, ’update’ will preserve them. 2 Debian/Ubuntu 概述 本章节提供了在 Debian/Ubuntu 上使用 唯一的主机,操作也将被删除。“链接到模板” 和 “取消与模板的链接” 操作也是一样。 Note: If a remote command has many target hosts, and we delete one of them, only this host will be removed from the target list, the operation itself will remain 删除场景的历史记录和趋势数据。这将使服务器在删除数据后立即执行场景。 798 Create another scenario based on the properties of the existing one. Delete history and trend data for the scenario. This will make the server perform the scenario immediately0 码力 | 1850 页 | 13.52 MB | 1 年前3
OpenShift Container Platform 4.14 存储Platform 集群中运行。 pod 是定义、部署和管理的最小计算单元。 重新声明策略 重新声明策略 告知集群在卷被释放后使用什么操作。卷重新声明政策包括 Retain、Recycle 或 Delete。 基于角色的 基于角色的访问控制 控制 (RBAC) 基于角色的访问控制 (RBAC) 是一种根据您机构中个别用户的角色监管计算机或网络资源的访问方 法。 无状 无状态应用程序 用程序 Retain、Recycle 或 Delete。 Retain 策略可为那些支持它的卷插件手动重新声明资源。 Recycle 策略在从其请求中释放后,将卷重新放入到未绑定的持久性卷池中。 重要 重要 在 OpenShift Container Platform 4 中, Recycle 重新声明策略已被弃用。我们推荐使用 动态置备功能。 Delete 策略删除 OpenShift Container 更改持久性卷的重新声明策略: 1. 列出集群中的持久性卷: 输 输出示例 出示例 2. 选择一个持久性卷并更改其重新声明策略: 3. 验证您选择的持久性卷是否具有正确的策略: 输 输出示例 出示例 $ oc delete pv$ oc get pv NAME CAPACITY ACCESSMODES RECLAIMPOLICY 0 码力 | 215 页 | 2.56 MB | 1 年前3
共 543 条
- 1
- 2
- 3
- 4
- 5
- 6
- 55













