Home
last modified time | relevance | path

Searched hist:"240770989 f618da1b015f9a580fe0c83e10688a2" (Results 1 – 4 of 4) sorted by relevance

/rk3399_ARM-atf/common/
H A Dfeat_detect.c240770989f618da1b015f9a580fe0c83e10688a2 Thu Nov 17 16:42:09 UTC 2022 Andre Przywara <andre.przywara@arm.com> refactor(cpufeat): align FEAT_SB to new feature handling

FEAT_SB introduces a new speculation barrier instruction, that is more
lightweight than a "dsb; isb" combination. We use that in a hot path,
so cannot afford and don't want a runtime detection mechanism.
Nevertheless align the implementation of the feature detection part
with the other features, but renaming the detection function, and
updating the FEAT_DETECTION code. Also update the documentation.

Change-Id: I2b86dfd1ad259c3bb99ab5186e2911ace454b54c
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
/rk3399_ARM-atf/include/arch/aarch64/
H A Darch_features.h240770989f618da1b015f9a580fe0c83e10688a2 Thu Nov 17 16:42:09 UTC 2022 Andre Przywara <andre.przywara@arm.com> refactor(cpufeat): align FEAT_SB to new feature handling

FEAT_SB introduces a new speculation barrier instruction, that is more
lightweight than a "dsb; isb" combination. We use that in a hot path,
so cannot afford and don't want a runtime detection mechanism.
Nevertheless align the implementation of the feature detection part
with the other features, but renaming the detection function, and
updating the FEAT_DETECTION code. Also update the documentation.

Change-Id: I2b86dfd1ad259c3bb99ab5186e2911ace454b54c
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
/rk3399_ARM-atf/docs/getting_started/
H A Dbuild-options.rst240770989f618da1b015f9a580fe0c83e10688a2 Thu Nov 17 16:42:09 UTC 2022 Andre Przywara <andre.przywara@arm.com> refactor(cpufeat): align FEAT_SB to new feature handling

FEAT_SB introduces a new speculation barrier instruction, that is more
lightweight than a "dsb; isb" combination. We use that in a hot path,
so cannot afford and don't want a runtime detection mechanism.
Nevertheless align the implementation of the feature detection part
with the other features, but renaming the detection function, and
updating the FEAT_DETECTION code. Also update the documentation.

Change-Id: I2b86dfd1ad259c3bb99ab5186e2911ace454b54c
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
/rk3399_ARM-atf/
H A DMakefile240770989f618da1b015f9a580fe0c83e10688a2 Thu Nov 17 16:42:09 UTC 2022 Andre Przywara <andre.przywara@arm.com> refactor(cpufeat): align FEAT_SB to new feature handling

FEAT_SB introduces a new speculation barrier instruction, that is more
lightweight than a "dsb; isb" combination. We use that in a hot path,
so cannot afford and don't want a runtime detection mechanism.
Nevertheless align the implementation of the feature detection part
with the other features, but renaming the detection function, and
updating the FEAT_DETECTION code. Also update the documentation.

Change-Id: I2b86dfd1ad259c3bb99ab5186e2911ace454b54c
Signed-off-by: Andre Przywara <andre.przywara@arm.com>