Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ outportd
Function
outportd
Kernel/src/arch/x86_64/system.cpp:23–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
void outportd(uint16_t port, uint32_t value){
24
asm volatile (
"outl %1, %0"
: :
"dN"
(port),
"a"
(value));
25
}
26
27
uint32_t inportd(uint16_t port){
28
uint32_t value;
Callers
2
laihost_outd
Function · 0.85
Access
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected