函数逻辑报告 |
Source Code:arch\x86\include\asm\io.h |
Create Date:2022-07-27 06:46:55 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:phys_to_virt - map physical address to virtual*@address: address to remap* The returned virtual address is a current CPU mapping for* the memory address given. It is only valid to use this function on* addresses that have a kernel mapping
函数原型:static inline void *phys_to_virt(phys_addr_t address)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
phys_addr_t | address |
名称 | 描述 |
---|---|
kfree_via_phys | |
smpboot_setup_warm_reset_vector | |
smpboot_restore_warm_reset_vector | |
machine_kexec | Do not allocate memory (or fail in any way) in machine_kexec().* We are past the point of no return, committed to rebooting now. |
swiotlb_update_mem_attributes | Early SWIOTLB allocation may be too early to allow an architecture to* perform the desired operations. This function allows the architecture to* call SWIOTLB when the operations are possible. It needs to be called* before the SWIOTLB memory is used. |
swiotlb_exit | |
swiotlb_bounce | Bounce: copy the swiotlb buffer from or back to the original dma location |
memblock_alloc_internal | memblock_alloc_internal - allocate boot memory block*@size: size of memory block to be allocated in bytes*@align: alignment of the region and block's size*@min_addr: the lower bound of the memory region to allocate (phys address)*@max_addr: the upper |
boot_phys_to_virt | |
get_bios_ebda | 取EBDA地址 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |