Home
last modified time | relevance | path

Searched refs:PRINTFIELD (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDKernelCodeTInfo.h18 #ifndef PRINTFIELD
19 #define PRINTFIELD(sname, aname, name) printField<FLD_T(name)> macro
24 RECORD(sname, aname, PRINTFIELD(sname, aname, name), parseField<FLD_T(name)>)
170 #undef PRINTFIELD
H A DAMDKernelCodeTUtils.cpp251 #define PRINTFIELD(sname, aname, name) PrintField::printField<FLD_T(name)> in getPrinterTable() macro
/freebsd/usr.sbin/acpi/acpidump/
H A Dacpi.c2019 #define PRINTFIELD(lbit, hbit, name) \ in acpi_handle_ivrs_ivhd_10() macro
2021 PRINTFIELD(30, 31, HATS); in acpi_handle_ivrs_ivhd_10()
2022 PRINTFIELD(28, 29, GATS); in acpi_handle_ivrs_ivhd_10()
2023 PRINTFIELD(23, 27, MsiNumPPR); in acpi_handle_ivrs_ivhd_10()
2024 PRINTFIELD(17, 22, PNBanks); in acpi_handle_ivrs_ivhd_10()
2025 PRINTFIELD(13, 16, PNCounters); in acpi_handle_ivrs_ivhd_10()
2026 PRINTFIELD(8, 12, PASmax); in acpi_handle_ivrs_ivhd_10()
2030 PRINTFIELD(3, 2, GLXSup); in acpi_handle_ivrs_ivhd_10()
2034 #undef PRINTFIELD in acpi_handle_ivrs_ivhd_10()
2050 #define PRINTFIELD(lbit, hbit, name) \ in acpi_handle_ivrs_ivhd_info_11() macro
[all …]