Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\asm-generic\sections.h Create Date:2022-07-28 05:49:01
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:_section_intersects - checks if the region occupied by an object* intersects with the init section*@virt: virtual address of the memory object*@size: size of the memory object* Returns: true if an object's memory region, specified by @virt and @size,

Proto:static inline bool init_section_intersects(void *virt, size_t size)

Type:bool

Parameter:

TypeParameterName
void *virt
size_tsize
155  Return memory_intersects - checks if the region occupied by an object intersects* with another memory region*@begin: virtual address of the beginning of the memory regien*@end: virtual address of the end of the memory region*@virt: virtual address of the memory
Caller
NameDescribe
printk_late_initSome boot consoles access data that is in the init section and which will* be discarded after the initcalls have been run