MCPcopy 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
33void outportl(uint16_t port, uint32_t value){
34 asm volatile ("outl %1, %0" : : "dN" (port), "a" (value));
35}
36
37uint32_t inportl(uint16_t port){
38 uint32_t value;

Callers 7

ConfigReadDwordFunction · 0.85
ConfigReadWordFunction · 0.85
ConfigReadByteFunction · 0.85
ConfigWriteDwordFunction · 0.85
ConfigWriteWordFunction · 0.85
ConfigWriteByteFunction · 0.85
WriteMem32Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected