Function report |
Source Code:kernel\resource.c |
Create Date:2022-07-28 09:05:06 |
Last Modify:2022-05-22 11:14:39 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:This function calls the @func callback against all memory ranges of type* System RAM which are marked as IORESOURCE_SYSTEM_RAM and IORESOUCE_BUSY
Proto:int walk_system_ram_range(unsigned long start_pfn, unsigned long nr_pages, void *arg, int (*func)(unsigned long , unsigned long , void *))
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long | start_pfn | |
unsigned long | nr_pages | |
void * | arg | |
int (* | func |
485 | end = ( start_pfn + nr_pages << PAGE_SHIFT determines the page size ) - 1 |
494 | If ret Then Break |
498 | Return ret |
Name | Describe |
---|---|
page_is_ram | This generic page_is_ram() returns true if specified address is* registered as System RAM in iomem_resource list. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |