Changeset View
Changeset View
Standalone View
Standalone View
sys/arm64/arm64/vm_machdep.c
| Show First 20 Lines • Show All 304 Lines • ▼ Show 20 Lines | |||||
| int | int | ||||
| cpu_procctl(struct thread *td __unused, int idtype __unused, id_t id __unused, | cpu_procctl(struct thread *td __unused, int idtype __unused, id_t id __unused, | ||||
| int com __unused, void *data __unused) | int com __unused, void *data __unused) | ||||
| { | { | ||||
| return (EINVAL); | return (EINVAL); | ||||
| } | } | ||||
| void | |||||
| cpu_sync_core(void) | |||||
| { | |||||
| /* | |||||
| * Do nothing. According to ARM ARMv8 D1.11 Exception return | |||||
| * If FEAT_ExS is not implemented, or if FEAT_ExS is | |||||
| * implemented and the SCTLR_ELx.EOS field is set, exception | |||||
| * return from ELx is a context synchronization event. | |||||
| */ | |||||
| } | |||||