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