aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64/include/cpu.h
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2025-06-23 10:15:08 +0000
committerAndrew Turner <andrew@FreeBSD.org>2025-06-23 10:18:19 +0000
commit59486443cccdf65b3a312a8896e177e2e17b216c (patch)
tree13ecbe3654c7172541335225f0ae08a202f8f4fd /sys/arm64/include/cpu.h
parentf820b6ed34d5e97835d7f55d63076f07ed5d7ef5 (diff)
Diffstat (limited to 'sys/arm64/include/cpu.h')
-rw-r--r--sys/arm64/include/cpu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arm64/include/cpu.h b/sys/arm64/include/cpu.h
index 6ac5d53f28fc..2dd1a905b2b7 100644
--- a/sys/arm64/include/cpu.h
+++ b/sys/arm64/include/cpu.h
@@ -233,7 +233,6 @@ void ptrauth_mp_start(uint64_t);
/* Functions to read the sanitised view of the special registers */
void update_special_regs(u_int);
void update_special_reg(u_int reg, uint64_t, uint64_t);
-bool extract_user_id_field(u_int, u_int, uint8_t *);
bool get_kernel_reg(u_int, uint64_t *);
bool get_kernel_reg_masked(u_int, uint64_t *, uint64_t);
bool get_user_reg(u_int, uint64_t *, bool);