Searched hist:"0 c07a90555ca8f588ae5d3cda52423e9b0e0378e" (Results 1 – 3 of 3) sorted by relevance
| /optee_os/core/arch/arm/include/ |
| H A D | arm.h | 0c07a90555ca8f588ae5d3cda52423e9b0e0378e Sun Sep 10 17:32:24 UTC 2017 Igor Opaniuk <igor.opaniuk@linaro.org> arm timers: add read/write functions for counter PL1 control register
Can be used for enabling user access to both Physical/Virtual counter registers. Example of usage:
uint32_t cntkctl; cntkctl = read_cntkctl(); cntkctl |= CNTKCTL_PL0VCTEN; write_cntkctl(cntkctl);
Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org> Signed-off-by: Igor Opaniuk <igor.opaniuk@linaro.org>
|
| H A D | arm32.h | 0c07a90555ca8f588ae5d3cda52423e9b0e0378e Sun Sep 10 17:32:24 UTC 2017 Igor Opaniuk <igor.opaniuk@linaro.org> arm timers: add read/write functions for counter PL1 control register
Can be used for enabling user access to both Physical/Virtual counter registers. Example of usage:
uint32_t cntkctl; cntkctl = read_cntkctl(); cntkctl |= CNTKCTL_PL0VCTEN; write_cntkctl(cntkctl);
Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org> Signed-off-by: Igor Opaniuk <igor.opaniuk@linaro.org>
|
| H A D | arm64.h | 0c07a90555ca8f588ae5d3cda52423e9b0e0378e Sun Sep 10 17:32:24 UTC 2017 Igor Opaniuk <igor.opaniuk@linaro.org> arm timers: add read/write functions for counter PL1 control register
Can be used for enabling user access to both Physical/Virtual counter registers. Example of usage:
uint32_t cntkctl; cntkctl = read_cntkctl(); cntkctl |= CNTKCTL_PL0VCTEN; write_cntkctl(cntkctl);
Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org> Signed-off-by: Igor Opaniuk <igor.opaniuk@linaro.org>
|