当前位置:网站首页>[QNX Hypervisor 2.2用户手册]6.3.4 虚拟寄存器(guest_shm.h)
[QNX Hypervisor 2.2用户手册]6.3.4 虚拟寄存器(guest_shm.h)
2022-07-07 11:19:00 【高桐@BILL】
guest_shm.h公开头文件包含了guest使用shmem虚拟设备的各种定义。
一、GUEST_SHM_*
1.1 概要
#define GUEST_SHM_MAX_CLIENTS 16 #define GUEST_SHM_MAX_NAME 32 #define GUEST_SHM_SIGNATURE 0x4d534732474d5651
1.2 数据
GUEST_SHM_*常量包括以下:
- GUEST_SHM_MAX_CLIENTS
允许连接到共享内存区域的最大客户端的数量(16)
- GUEST_SHM_MAX_NAME
共享内存区域名称的最大长度(32)
- GUEST_SHM_SIGNATURE
用于验证Shmem虚拟设备是否存在的签名 (0x4d534732474d5651)
二、guest_shm_control
共享内存区域控制页的寄存器布局。
2.1 大纲
struct guest_shm_control { uint32_t status; uint32_t idx; uint32_t notify; uint32_t detach; };
2.2 数据
guest_shm_control的成员包括:
- status
只读。低16位:等待通知的位集;高16位:当前活跃的客户端 (参考
边栏推荐
- API query interface for free mobile phone number ownership
- About how appium closes apps (resolved)
- How to reset Firefox browser
- 共创软硬件协同生态:Graphcore IPU与百度飞桨的“联合提交”亮相MLPerf
- 简单好用的代码规范
- Lingyunguang of Dachen and Xiaomi investment is listed: the market value is 15.3 billion, and the machine is implanted into the eyes and brain
- 【学习笔记】线段树选做
- JS判断一个对象是否为空
- MySQL入门尝鲜
- Common text processing tools
猜你喜欢
线程池拒绝策略最佳实践
高瓴投的澳斯康生物冲刺科创板:年营收4.5亿 丢掉与康希诺合作
认养一头牛冲刺A股:拟募资18.5亿 徐晓波持股近40%
日本政企员工喝醉丢失46万信息U盘,公开道歉又透露密码规则
Scrapy教程经典实战【新概念英语】
ISPRS2021/遥感影像云检测:一种地理信息驱动的方法和一种新的大规模遥感云/雪检测数据集
Cinnamon 任务栏网速
Cloud detection 2020: self attention generation countermeasure network for cloud detection in high-resolution remote sensing images
centso7 openssl 报错Verify return code: 20 (unable to get local issuer certificate)
基于鲲鹏原生安全,打造安全可信的计算平台
随机推荐
高瓴投的澳斯康生物冲刺科创板:年营收4.5亿 丢掉与康希诺合作
人均瑞数系列,瑞数 4 代 JS 逆向分析
云检测2020:用于高分辨率遥感图像中云检测的自注意力生成对抗网络Self-Attentive Generative Adversarial Network for Cloud Detection
Conversion from non partitioned table to partitioned table and precautions
环境配置篇
What if the xshell evaluation period has expired
AUTOCAD——大于180度的角度标注、CAD直径符号怎么输入?
Go语言学习笔记-结构体(Struct)
MATLAB中polarscatter函数使用
ISPRS2021/遥感影像云检测:一种地理信息驱动的方法和一种新的大规模遥感云/雪检测数据集
The difference between cache and buffer
【Presto Profile系列】Timeline使用
JS determines whether an object is empty
JNA学习笔记一:概念
MongoDB命令汇总
Awk of three swordsmen in text processing
MongoDB 遇见 spark(进行整合)
工具箱之 IKVM.NET 项目新进展
HZOJ #236. Recursive implementation of combinatorial enumeration
@What is the difference between resource and @autowired?