Searched refs:Setup (Results 1 - 15 of 15) sorted by relevance

/freebsd-13-stable/sys/contrib/dev/acpica/components/events/
H A Devhandler.c486 * Setup - Address of the setup function
501 ACPI_ADR_SPACE_SETUP Setup,
536 Setup = AcpiEvSystemMemoryRegionSetup;
542 Setup = AcpiEvIoSpaceRegionSetup;
548 Setup = AcpiEvPciConfigRegionSetup;
554 Setup = AcpiEvCmosRegionSetup;
560 Setup = AcpiEvPciBarRegionSetup;
566 Setup = NULL;
578 if (!Setup)
580 Setup
497 AcpiEvInstallSpaceHandler( ACPI_NAMESPACE_NODE *Node, ACPI_ADR_SPACE_TYPE SpaceId, ACPI_ADR_SPACE_HANDLER Handler, ACPI_ADR_SPACE_SETUP Setup, void *Context) argument
[all...]
H A Devxfregn.c171 * Setup - Address of the setup function
191 ACPI_ADR_SPACE_SETUP Setup,
226 Node, SpaceId, Handler, Setup, Context);
187 AcpiInstallAddressSpaceHandler( ACPI_HANDLE Device, ACPI_ADR_SPACE_TYPE SpaceId, ACPI_ADR_SPACE_HANDLER Handler, ACPI_ADR_SPACE_SETUP Setup, void *Context) argument
H A Devregion.c308 RegionSetup = HandlerDesc->AddressSpace.Setup;
333 /* Check for failure of the Region Setup */
558 RegionSetup = HandlerObj->AddressSpace.Setup;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp199 IntrinsicInst *Setup = FindLoopIterations(Preheader); local
202 if (!Setup) {
205 Setup = FindLoopIterations(Preheader->getSinglePredecessor());
206 if (!Setup)
224 LLVM_DEBUG(dbgs() << "ARM TP: Running on Loop: " << *L << *Setup << "\n"
227 if (!TryConvert(Setup->getArgOperand(0))) {
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_coverage_fuchsia.cpp73 // This avoids the possibility of code called from Setup reentering
75 u32 idx = Setup(end - start);
125 u32 Setup(u32 num_guards) { function in class:__sancov::__anon2526::final
/freebsd-13-stable/sys/contrib/dev/acpica/include/
H A Dacevents.h379 ACPI_ADR_SPACE_SETUP Setup,
H A Dacobject.h524 ACPI_ADR_SPACE_SETUP Setup; member in struct:acpi_object_addr_handler
H A Dacpixf.h938 ACPI_ADR_SPACE_SETUP Setup,
/freebsd-13-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutdelete.c399 if (HandlerDesc->AddressSpace.Setup)
401 (void) HandlerDesc->AddressSpace.Setup (Object,
/freebsd-13-stable/stand/i386/mbr/
H A Dmbr.S32 # Setup the segment registers for flat addressing and setup the stack.
/freebsd-13-stable/share/mk/
H A Dbsd.linker.mk3 # Setup variables for the linker.
H A Dbsd.compiler.mk3 # Setup variables for the compiler
/freebsd-13-stable/stand/i386/pmbr/
H A Dpmbr.S64 # Setup the segment registers for flat addressing and setup the stack.
/freebsd-13-stable/contrib/googletest/googletest/include/gtest/
H A Dgtest.h498 // Often a user misspells SetUp() as Setup() and spends a long time
504 // will be a conflict if void Setup() is declared in the user's
513 // about it being private, you have mis-spelled SetUp() as Setup().
515 virtual Setup_should_be_spelled_SetUp* Setup() { return NULL; } function in class:testing::Test
1039 // about it being private, you have mis-spelled SetUp() as Setup().
1041 virtual Setup_should_be_spelled_SetUp* Setup() { return NULL; } function in class:testing::Environment
/freebsd-13-stable/stand/i386/btx/btx/
H A Dbtx.S629 movb $SEL_SDATA,%cl # Setup

Completed in 107 milliseconds