X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/39236c6e673c41db228275375ab7fdb0f837b292..490019cf9519204c5fb36b2fba54ceb983bb6b72:/osfmk/x86_64/machine_kpc.h diff --git a/osfmk/x86_64/machine_kpc.h b/osfmk/x86_64/machine_kpc.h index 0ad5ccc33..954ac8def 100644 --- a/osfmk/x86_64/machine_kpc.h +++ b/osfmk/x86_64/machine_kpc.h @@ -39,13 +39,4 @@ typedef uint64_t kpc_config_t; /* number of fixed config registers on x86_64 */ #define KPC_X86_64_FIXED_CONFIGS (1) -#define FIXED_ACTIONID(ctr) (kpc_actionid[(ctr)]) -#define CONFIGURABLE_ACTIONID(ctr) (kpc_actionid[(ctr) + kpc_fixed_count()]) - -#define FIXED_RELOAD(ctr) (current_cpu_datap()->cpu_kpc_reload[(ctr)]) -#define CONFIGURABLE_RELOAD(ctr) (current_cpu_datap()->cpu_kpc_reload[(ctr) + kpc_fixed_count()]) - -#define FIXED_SHADOW(ctr) (current_cpu_datap()->cpu_kpc_shadow[(ctr)]) -#define CONFIGURABLE_SHADOW(ctr) (current_cpu_datap()->cpu_kpc_shadow[(ctr) + kpc_fixed_count()]) - #endif /* _MACHINE_X86_64_KPC_H */