cxgbe/t4_tom: Read the chip's DDP page sizes and save them in a
[freebsd-src.git] / sys / sparc64 / include / pmc_mdep.h
blob7ced0b9559e97a46be2fbe0f103efce16d840154
1 /*-
2 * This file is in the public domain.
4 * $FreeBSD$
5 */
7 #ifndef _MACHINE_PMC_MDEP_H_
8 #define _MACHINE_PMC_MDEP_H_
10 union pmc_md_op_pmcallocate {
11 uint64_t __pad[4];
14 /* Logging */
15 #define PMCLOG_READADDR PMCLOG_READ64
16 #define PMCLOG_EMITADDR PMCLOG_EMIT64
18 #if _KERNEL
19 union pmc_md_pmc {
22 #define PMC_TRAPFRAME_TO_PC(TF) (0) /* Stubs */
23 #define PMC_TRAPFRAME_TO_FP(TF) (0)
24 #define PMC_TRAPFRAME_TO_SP(TF) (0)
26 #endif
28 #endif /* !_MACHINE_PMC_MDEP_H_ */