函数逻辑报告 |
Source Code:arch\x86\include\asm\mshyperv.h |
Create Date:2022-07-27 09:15:08 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Rep hypercalls. Callers of this functions are supposed to ensure that* rep_count and varhead_size comply with Hyper-V hypercall definition.
函数原型:static inline u64 hv_do_rep_hypercall(u16 code, u16 rep_count, u16 varhead_size, void *input, void *output)
返回类型:u64
参数:
类型 | 参数 | 名称 |
---|---|---|
u16 | code | |
u16 | rep_count | |
u16 | varhead_size | |
void * | input | |
void * | output |
191 | 循环 |
192 | status等于hv_do_hypercall(control, input, output) |
193 | 如果status按位与HV_HYPERCALL_RESULT_MASK的值不等于hypercall status code 则返回:status |
200 | control与等于HV_HYPERCALL_REP_START_MASK的反 |
206 | 返回:status |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |