MCPcopy 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
23void outportd(uint16_t port, uint32_t value){
24 asm volatile ("outl %1, %0" : : "dN" (port), "a" (value));
25}
26
27uint32_t inportd(uint16_t port){
28 uint32_t value;

Callers 2

laihost_outdFunction · 0.85
AccessFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected