Home
last modified time | relevance | path

Searched refs:NewAddress (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/dev/acpica/Osd/
HDOsdTable.c103 ACPI_PHYSICAL_ADDRESS *NewAddress, UINT32 *NewTableLength) in AcpiOsPhysicalTableOverride() argument
/NextBSD/sys/contrib/dev/acpica/include/
HDacpiosxf.h127 ACPI_PHYSICAL_ADDRESS *NewAddress,
/NextBSD/sys/contrib/dev/acpica/os_specific/service_layers/
HDosunixxf.c357 ACPI_PHYSICAL_ADDRESS *NewAddress, in AcpiOsPhysicalTableOverride() argument
/NextBSD/contrib/llvm/lib/Transforms/Instrumentation/
HDAddressSanitizer.cpp2002 Value *NewAddress = IRB.CreateAdd(IRB.CreatePtrToInt(NewAlloca, IntptrTy), in handleDynamicAllocaCall() local
2006 IRB.CreateCall(AsanAllocaPoisonFunc, {NewAddress, OldSize}); in handleDynamicAllocaCall()
2012 Value *NewAddressPtr = IRB.CreateIntToPtr(NewAddress, AI->getType()); in handleDynamicAllocaCall()