class IoBitmap

Defined at line 16 of file ../../zircon/kernel/arch/x86/include/arch/x86/ioport.h

Public Methods

IoBitmap * GetCurrent ()

Return the IoBitmap associated with the current thread, or nullptr if the

thread has no associated IoBitmap (such as idle threads).

Defined at line 74 of file ../../zircon/kernel/arch/x86/ioport.cc

void ~IoBitmap ()

Defined at line 85 of file ../../zircon/kernel/arch/x86/ioport.cc

int SetIoBitmap (uint32_t port, uint32_t len, bool enable)

Defined at line 108 of file ../../zircon/kernel/arch/x86/ioport.cc

Friends

void IoBitmap (IoBitmap & bitmap)
void IoBitmap (IoBitmap & bitmap)