Function report |
Source Code:kernel\resource.c |
Create Date:2022-07-28 09:05:03 |
Last Modify:2022-05-22 11:14:39 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__walk_iomem_res_desc
Proto:static int __walk_iomem_res_desc(resource_size_t start, resource_size_t end, unsigned long flags, unsigned long desc, bool first_lvl, void *arg, int (*func)(struct resource *, void *))
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
resource_size_t | start | |
resource_size_t | end | |
unsigned long | flags | |
unsigned long | desc | |
bool | first_lvl | |
void * | arg | |
int (* | func |
412 | Return ret |
Name | Describe |
---|---|
walk_iomem_res_desc | Walks through iomem resources and calls func() with matching resource* ranges. This walks through whole tree and not just first level children.* All the memory ranges which overlap start,end and also match flags and* desc are valid candidates. |
walk_system_ram_res | This function calls the @func callback against all memory ranges of type* System RAM which are marked as IORESOURCE_SYSTEM_RAM and IORESOUCE_BUSY.* Now, this function is only for System RAM, it deals with full ranges and* not PFNs |
walk_mem_res | This function calls the @func callback against all memory ranges, which* are ranges marked as IORESOURCE_MEM and IORESOUCE_BUSY. |
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 |