Searched refs:lookupKextWithAddress (Results 1 – 5 of 5) sorted by relevance
796 static OSPtr<OSKext> lookupKextWithAddress(vm_address_t address);
4323 OSKext::lookupKextWithAddress(vm_address_t address) in lookupKextWithAddress() function in OSKext4435 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 );
1991 OSKext * kext = OSKext::lookupKextWithAddress(address); in IOSKCopyKextIdentifierWithAddress()
5596 kext = OSKext::lookupKextWithAddress((vm_address_t)function_addr); in ackTimerTick()
7071 OSSharedPtr<OSKext> kext = OSKext::lookupKextWithAddress((vm_address_t)handler);