Searched refs:K7 (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/dev/hwpmc/
H A Dpmc_events.h50 * AMD K7 Events, from "The AMD Athlon(tm) Processor x86 Code
55 __PMC_EV(K7, DC_ACCESSES) \
56 __PMC_EV(K7, DC_MISSES) \
57 __PMC_EV(K7, DC_REFILLS_FROM_L2) \
58 __PMC_EV(K7, DC_REFILLS_FROM_SYSTEM) \
59 __PMC_EV(K7, DC_WRITEBACKS) \
60 __PMC_EV(K7, L1_DTLB_MISS_AND_L2_DTLB_HITS) \
61 __PMC_EV(K7, L1_AND_L2_DTLB_MISSES) \
62 __PMC_EV(K7, MISALIGNED_REFERENCES) \
63 __PMC_EV(K7, IC_FETCHE
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h328 ENTRY(K7)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h534 case X86::K7:
/freebsd-11-stable/sys/sys/
H A Dpmc.h74 __PMC_CPU(AMD_K7, 0x00, "AMD K7") \
136 __PMC_CLASS(K7, 0x01, "AMD K7 performance counters") \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp267 {codeview::RegisterId::AMD64_K7, X86::K7},
/freebsd-11-stable/lib/libpmc/
H A Dlibpmc.c160 PMC_CLASSDEP_TABLE(k7, K7);
346 PMC_MDEP_TABLE(k7, K7, PMC_CLASS_SOFT, PMC_CLASS_TSC);
411 PMC_CLASS_TABLE_DESC(k7, K7, k7, k7);
565 * AMD K7 (Athlon) CPUs.
1880 * These are very similar to AMD K7 PMCs, but support more kinds of
/freebsd-11-stable/crypto/openssl/crypto/modes/
H A Dgcm128.c1894 static const u8 K7[24], *P7 = NULL, *A7 = NULL, IV7[12], *C7 = NULL; local
1901 # define K8 K7

Completed in 102 milliseconds