Function report |
Source Code:scripts\dtc\libfdt\fdt_rw.c |
Create Date:2022-07-28 06:18:48 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:fdt_add_mem_rsv
Proto:int fdt_add_mem_rsv(void *fdt, uint64_t address, uint64_t size)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
void * | fdt | |
uint64_t | address | |
uint64_t | size |
148 | re = fdt_mem_rsv_w_(fdt, fdt_num_mem_rsv(fdt)) |
149 | err = fdt_splice_mem_rsv_(fdt, re, 0, 1) |
153 | address = cpu_to_fdt64(address) |
154 | size = cpu_to_fdt64(size) |
155 | Return 0 |
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 |