MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / map

Method map

source/kernel/kfile.cpp:118–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118U32 KFile::map(KThread* thread, U32 address, U32 len, S32 prot, S32 flags, U64 off) {
119 return this->openFile->map(thread, address, len, prot, flags, off);
120}
121
122bool KFile::canMap() {
123 return this->openFile->canMap();

Callers 15

uniqueMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
splitOpcodeFieldsFunction · 0.45
_assignOperandsMethod · 0.45
cloneMethod · 0.45
evaluateMethod · 0.45
toStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected