Searched hist:"6 ed982a221e024d64dd0ab776e6197643fa1530e" (Results 1 – 6 of 6) sorted by relevance
/freebsd/share/man/man9/ |
H A D | fpu_kern.9 | diff 6ed982a221e024d64dd0ab776e6197643fa1530e Thu Oct 20 11:22:10 CEST 2016 Andrew Turner <andrew@FreeBSD.org> Add support for the fpu_kern(9) KPI on arm64. It hooks into the existing VFP code to store the old context, with lazy loading of the new context when needed.
FPU_KERN_NOCTX is missing as this is unused in the crypto code this has been tested with, and I am unsure on the requirements of the UEFI Runtime Services.
Reviewed by: kib Obtained from: ABT Systeems Ltd Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D8276
|
/freebsd/sys/arm64/include/ |
H A D | vfp.h | diff 6ed982a221e024d64dd0ab776e6197643fa1530e Thu Oct 20 11:22:10 CEST 2016 Andrew Turner <andrew@FreeBSD.org> Add support for the fpu_kern(9) KPI on arm64. It hooks into the existing VFP code to store the old context, with lazy loading of the new context when needed.
FPU_KERN_NOCTX is missing as this is unused in the crypto code this has been tested with, and I am unsure on the requirements of the UEFI Runtime Services.
Reviewed by: kib Obtained from: ABT Systeems Ltd Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D8276
|
H A D | pcb.h | diff 6ed982a221e024d64dd0ab776e6197643fa1530e Thu Oct 20 11:22:10 CEST 2016 Andrew Turner <andrew@FreeBSD.org> Add support for the fpu_kern(9) KPI on arm64. It hooks into the existing VFP code to store the old context, with lazy loading of the new context when needed.
FPU_KERN_NOCTX is missing as this is unused in the crypto code this has been tested with, and I am unsure on the requirements of the UEFI Runtime Services.
Reviewed by: kib Obtained from: ABT Systeems Ltd Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D8276
|
/freebsd/sys/arm64/arm64/ |
H A D | vfp.c | diff 6ed982a221e024d64dd0ab776e6197643fa1530e Thu Oct 20 11:22:10 CEST 2016 Andrew Turner <andrew@FreeBSD.org> Add support for the fpu_kern(9) KPI on arm64. It hooks into the existing VFP code to store the old context, with lazy loading of the new context when needed.
FPU_KERN_NOCTX is missing as this is unused in the crypto code this has been tested with, and I am unsure on the requirements of the UEFI Runtime Services.
Reviewed by: kib Obtained from: ABT Systeems Ltd Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D8276
|
H A D | trap.c | diff 6ed982a221e024d64dd0ab776e6197643fa1530e Thu Oct 20 11:22:10 CEST 2016 Andrew Turner <andrew@FreeBSD.org> Add support for the fpu_kern(9) KPI on arm64. It hooks into the existing VFP code to store the old context, with lazy loading of the new context when needed.
FPU_KERN_NOCTX is missing as this is unused in the crypto code this has been tested with, and I am unsure on the requirements of the UEFI Runtime Services.
Reviewed by: kib Obtained from: ABT Systeems Ltd Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D8276
|
/freebsd/sys/opencrypto/ |
H A D | crypto.c | diff 6ed982a221e024d64dd0ab776e6197643fa1530e Thu Oct 20 11:22:10 CEST 2016 Andrew Turner <andrew@FreeBSD.org> Add support for the fpu_kern(9) KPI on arm64. It hooks into the existing VFP code to store the old context, with lazy loading of the new context when needed.
FPU_KERN_NOCTX is missing as this is unused in the crypto code this has been tested with, and I am unsure on the requirements of the UEFI Runtime Services.
Reviewed by: kib Obtained from: ABT Systeems Ltd Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D8276
|