Home
last modified time | relevance | path

Searched refs:lookupKextWithAddress (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/libkern/libkern/c++/
H A DOSKext.h796 static OSPtr<OSKext> lookupKextWithAddress(vm_address_t address);
/xnu-11215/libkern/c++/
H A DOSKext.cpp4323 OSKext::lookupKextWithAddress(vm_address_t address) in lookupKextWithAddress() function in OSKext
4435 kext = lookupKextWithAddress(slidAddress); in copyKextUUIDForAddress()
4448 kext = lookupKextWithAddress((vm_address_t)address->unsigned64BitValue()); in copyKextUUIDForAddress()
12755 callbackKext = OSKext::lookupKextWithAddress((vm_address_t)callback);
14345 callbackKext = OSKext::lookupKextWithAddress((vm_address_t)callback);
15535 myKext = OSKext::lookupKextWithAddress((vm_address_t) *(myPtrPtr));
15571 myKext = OSKext::lookupKextWithAddress((vm_address_t) numberValue );
/xnu-11215/iokit/bsddev/skywalk/
H A DIOSkywalkSupport.cpp1991 OSKext * kext = OSKext::lookupKextWithAddress(address); in IOSKCopyKextIdentifierWithAddress()
/xnu-11215/iokit/Kernel/
H A DIOServicePM.cpp5596 kext = OSKext::lookupKextWithAddress((vm_address_t)function_addr); in ackTimerTick()
H A DIOPMrootDomain.cpp7071 OSSharedPtr<OSKext> kext = OSKext::lookupKextWithAddress((vm_address_t)handler);