Linux macro definition request_mem_region () -- Linux general technology-Linux programming and kernel information. The following is a detailed description. Based on the I/O Region operation function _ XXX_region (), Linux defines three macros for operating I/O memory resources in the header file include/linux/ioport. h:
① Request_mem_region () Macro, requesting allocation of specified I/O memory resources.
② Check _ mem_region () macro to check whether the specified I/O memory resources are occupied.
③ Release _ mem_region () macro to release the specified I/O memory resources.
Here, the start parameter is the starting physical address of the I/O memory resource (the physical address in the CPU's RAM physical address space), and the parameter n specifies the size of the I/O memory resource.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.