Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ inportl
Function
inportl
Kernel/src/arch/x86_64/system.cpp:37–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
uint32_t inportl(uint16_t port){
38
uint32_t value;
39
asm volatile(
"inl %1, %0"
:
"=a"
(value) :
"dN"
(port));
40
return value;
41
}
42
}
Callers
6
ConfigReadDword
Function · 0.85
ConfigReadWord
Function · 0.85
ConfigReadByte
Function · 0.85
ConfigWriteWord
Function · 0.85
ConfigWriteByte
Function · 0.85
ReadMem32
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected