VSTOPEI
读取 / claim读出格式为 bits 26:16 interrupt identity、bits 10:0 interrupt priority(与 identity 相同),其它位为 0;读 0 表示没有满足 pending、enabled 和 threshold 条件的外部中断。
这个字段控制什么
- - 读出格式为 bits 26:16 interrupt identity、bits 10:0 interrupt priority(与 identity 相同),其它位为 0;读 0 表示没有满足 pending、enabled 和 threshold 条件的外部中断。
常见取值
guest interrupt file 中没有 pending 且 enabled 的外部中断,或 eithreshold 非零且没有中断 identity 小于 threshold。
bits 26:16 给出外部中断 minor identity;bits 10:0 给出相同数值作为 priority。写入 vstopei 会忽略写入值,并按当前可读值 claim 对应 pending 位。