Searched refs:RegisterCount (Results 1 - 23 of 23) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_stoptheworld.h42 virtual uptr RegisterCount() const { UNIMPLEMENTED(); } function in class:__sanitizer::SuspendedThreadsList
H A Dsanitizer_stoptheworld_mac.cc43 uptr RegisterCount() const;
172 uptr SuspendedThreadsListMac::RegisterCount() const { function in class:__sanitizer::SuspendedThreadsListMac
H A Dsanitizer_stoptheworld_linux_libcdep.cc100 uptr RegisterCount() const;
566 uptr SuspendedThreadsListLinux::RegisterCount() const { function in class:__sanitizer::SuspendedThreadsListLinux
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stoptheworld.h40 virtual uptr RegisterCount() const { UNIMPLEMENTED(); } function in class:__sanitizer::SuspendedThreadsList
H A Dsanitizer_stoptheworld_mac.cc41 uptr RegisterCount() const;
170 uptr SuspendedThreadsListMac::RegisterCount() const { function in class:__sanitizer::SuspendedThreadsListMac
H A Dsanitizer_stoptheworld_netbsd_libcdep.cc62 uptr RegisterCount() const;
359 uptr SuspendedThreadsListNetBSD::RegisterCount() const { function in class:__sanitizer::SuspendedThreadsListNetBSD
H A Dsanitizer_stoptheworld_linux_libcdep.cc114 uptr RegisterCount() const;
592 uptr SuspendedThreadsListLinux::RegisterCount() const { function in class:__sanitizer::SuspendedThreadsListLinux
/netbsd-current/sys/external/bsd/acpica/dist/events/
H A Devgpeblk.c249 (ACPI_SIZE) GpeBlock->RegisterCount *
286 for (i = 0; i < GpeBlock->RegisterCount; i++)
297 GpeBlock->Address + i + GpeBlock->RegisterCount;
357 * RegisterCount - Number of GPE register pairs in the block
375 UINT32 RegisterCount,
388 if (!RegisterCount)
406 GpeBlock->GpeCount = (UINT16) (RegisterCount * ACPI_GPE_REGISTER_WIDTH);
408 GpeBlock->RegisterCount = RegisterCount;
456 GpeDevice->Name.Ascii, GpeBlock->RegisterCount, InterruptNumbe
371 AcpiEvCreateGpeBlock( ACPI_NAMESPACE_NODE *GpeDevice, UINT64 Address, UINT8 SpaceId, UINT32 RegisterCount, UINT16 GpeBlockBaseNumber, UINT32 InterruptNumber, ACPI_GPE_BLOCK_INFO **ReturnGpeBlock) argument
[all...]
H A Devxfgpe.c1004 * RegisterCount - Number of GPE register pairs in the block
1018 UINT32 RegisterCount,
1032 (!RegisterCount))
1069 GpeBlockAddress->SpaceId, RegisterCount,
H A Devgpeutil.c356 for (i = 0; i < GpeBlock->RegisterCount; i++)
H A Devgpe.c474 for (i = 0; i < GpeBlock->RegisterCount; i++)
/netbsd-current/sys/external/bsd/acpica/dist/hardware/
H A Dhwgpe.c375 for (i = 0; i < GpeBlock->RegisterCount; i++)
415 for (i = 0; i < GpeBlock->RegisterCount; i++)
460 for (i = 0; i < GpeBlock->RegisterCount; i++)
510 for (i = 0; i < GpeBlock->RegisterCount; i++)
559 for (i = 0; i < GpeBlock->RegisterCount; i++)
/netbsd-current/sys/external/bsd/acpica/dist/include/
H A Dacevents.h176 UINT32 RegisterCount,
H A Dacpixf.h1038 UINT32 RegisterCount,
H A Dactbl1.h885 UINT8 RegisterCount; /* Number of BaseAddress registers */ member in struct:acpi_dbg2_device
H A Daclocal.h590 UINT32 RegisterCount; /* Number of register pairs in block */ member in struct:acpi_gpe_block_info
/netbsd-current/sys/external/bsd/acpica/dist/debugger/
H A Ddbdisply.c897 GpeBlock->RegisterCount, GpeBlock->GpeCount);
917 for (i = 0; i < GpeBlock->RegisterCount; i++)
/netbsd-current/sys/external/bsd/acpica/dist/common/
H A Ddmtbdump1.c1090 for (i = 0; i < Subtable->RegisterCount; i++)
1107 for (i = 0; i < Subtable->RegisterCount; i++)
H A Ddmtbinfo1.c702 {ACPI_DMT_UINT8, ACPI_DBG20_OFFSET (RegisterCount), "Register Count", 0},
/netbsd-current/sys/external/bsd/acpica/dist/compiler/
H A Ddttable1.c1088 /* BaseAddressRegister GAS array (Required, size is RegisterCount) */
1091 for (i = 0; *PFieldList && (i < DeviceInfo->RegisterCount); i++)
1104 /* AddressSize array (Required, size = RegisterCount) */
1107 for (i = 0; *PFieldList && (i < DeviceInfo->RegisterCount); i++)
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_common.cc218 InternalMmapVector<uptr> registers(suspended_threads.RegisterCount());
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan_common.cc216 InternalMmapVector<uptr> registers(suspended_threads.RegisterCount());
/netbsd-current/usr.sbin/acpitools/acpidump/
H A Dacpi.c1487 printf("\t\tRegisterCount=%u\n", dev->RegisterCount);

Completed in 407 milliseconds