Searched hist:e60c18471fc7488cc0bf1dc7eae3b43be77045a4 (Results 1 – 9 of 9) sorted by relevance
| /rk3399_ARM-atf/lib/pmf/ |
| H A D | pmf_smc.c | e60c18471fc7488cc0bf1dc7eae3b43be77045a4 Fri Oct 27 10:45:44 UTC 2023 Manish Pandey <manish.pandey2@arm.com> fix(smccc): ensure that mpidr passed through SMC is valid
There are various SMC calls which pass mpidr as an argument which is currently tested at random places in SMC call path. To make the mpidr validation check consistent across SMC calls, do this check as part of SMC argument validation.
This patch introduce a helper function is_valid_mpidr() to validate mpidr and call it as part of validating SMC arguments at starting of SMC handlers (which expect mpidr as an argument).
Signed-off-by: Manish Pandey <manish.pandey2@arm.com> Change-Id: I11ea50e22caf17896cf4b2059b87029b2ba136b1
|
| H A D | pmf_main.c | e60c18471fc7488cc0bf1dc7eae3b43be77045a4 Fri Oct 27 10:45:44 UTC 2023 Manish Pandey <manish.pandey2@arm.com> fix(smccc): ensure that mpidr passed through SMC is valid
There are various SMC calls which pass mpidr as an argument which is currently tested at random places in SMC call path. To make the mpidr validation check consistent across SMC calls, do this check as part of SMC argument validation.
This patch introduce a helper function is_valid_mpidr() to validate mpidr and call it as part of validating SMC arguments at starting of SMC handlers (which expect mpidr as an argument).
Signed-off-by: Manish Pandey <manish.pandey2@arm.com> Change-Id: I11ea50e22caf17896cf4b2059b87029b2ba136b1
|
| /rk3399_ARM-atf/services/std_svc/sdei/ |
| H A D | sdei_main.c | e60c18471fc7488cc0bf1dc7eae3b43be77045a4 Fri Oct 27 10:45:44 UTC 2023 Manish Pandey <manish.pandey2@arm.com> fix(smccc): ensure that mpidr passed through SMC is valid
There are various SMC calls which pass mpidr as an argument which is currently tested at random places in SMC call path. To make the mpidr validation check consistent across SMC calls, do this check as part of SMC argument validation.
This patch introduce a helper function is_valid_mpidr() to validate mpidr and call it as part of validating SMC arguments at starting of SMC handlers (which expect mpidr as an argument).
Signed-off-by: Manish Pandey <manish.pandey2@arm.com> Change-Id: I11ea50e22caf17896cf4b2059b87029b2ba136b1
|
| /rk3399_ARM-atf/lib/psci/ |
| H A D | psci_stat.c | e60c18471fc7488cc0bf1dc7eae3b43be77045a4 Fri Oct 27 10:45:44 UTC 2023 Manish Pandey <manish.pandey2@arm.com> fix(smccc): ensure that mpidr passed through SMC is valid
There are various SMC calls which pass mpidr as an argument which is currently tested at random places in SMC call path. To make the mpidr validation check consistent across SMC calls, do this check as part of SMC argument validation.
This patch introduce a helper function is_valid_mpidr() to validate mpidr and call it as part of validating SMC arguments at starting of SMC handlers (which expect mpidr as an argument).
Signed-off-by: Manish Pandey <manish.pandey2@arm.com> Change-Id: I11ea50e22caf17896cf4b2059b87029b2ba136b1
|
| H A D | psci_on.c | e60c18471fc7488cc0bf1dc7eae3b43be77045a4 Fri Oct 27 10:45:44 UTC 2023 Manish Pandey <manish.pandey2@arm.com> fix(smccc): ensure that mpidr passed through SMC is valid
There are various SMC calls which pass mpidr as an argument which is currently tested at random places in SMC call path. To make the mpidr validation check consistent across SMC calls, do this check as part of SMC argument validation.
This patch introduce a helper function is_valid_mpidr() to validate mpidr and call it as part of validating SMC arguments at starting of SMC handlers (which expect mpidr as an argument).
Signed-off-by: Manish Pandey <manish.pandey2@arm.com> Change-Id: I11ea50e22caf17896cf4b2059b87029b2ba136b1
|
| H A D | psci_main.c | e60c18471fc7488cc0bf1dc7eae3b43be77045a4 Fri Oct 27 10:45:44 UTC 2023 Manish Pandey <manish.pandey2@arm.com> fix(smccc): ensure that mpidr passed through SMC is valid
There are various SMC calls which pass mpidr as an argument which is currently tested at random places in SMC call path. To make the mpidr validation check consistent across SMC calls, do this check as part of SMC argument validation.
This patch introduce a helper function is_valid_mpidr() to validate mpidr and call it as part of validating SMC arguments at starting of SMC handlers (which expect mpidr as an argument).
Signed-off-by: Manish Pandey <manish.pandey2@arm.com> Change-Id: I11ea50e22caf17896cf4b2059b87029b2ba136b1
|
| H A D | psci_private.h | e60c18471fc7488cc0bf1dc7eae3b43be77045a4 Fri Oct 27 10:45:44 UTC 2023 Manish Pandey <manish.pandey2@arm.com> fix(smccc): ensure that mpidr passed through SMC is valid
There are various SMC calls which pass mpidr as an argument which is currently tested at random places in SMC call path. To make the mpidr validation check consistent across SMC calls, do this check as part of SMC argument validation.
This patch introduce a helper function is_valid_mpidr() to validate mpidr and call it as part of validating SMC arguments at starting of SMC handlers (which expect mpidr as an argument).
Signed-off-by: Manish Pandey <manish.pandey2@arm.com> Change-Id: I11ea50e22caf17896cf4b2059b87029b2ba136b1
|
| H A D | psci_common.c | e60c18471fc7488cc0bf1dc7eae3b43be77045a4 Fri Oct 27 10:45:44 UTC 2023 Manish Pandey <manish.pandey2@arm.com> fix(smccc): ensure that mpidr passed through SMC is valid
There are various SMC calls which pass mpidr as an argument which is currently tested at random places in SMC call path. To make the mpidr validation check consistent across SMC calls, do this check as part of SMC argument validation.
This patch introduce a helper function is_valid_mpidr() to validate mpidr and call it as part of validating SMC arguments at starting of SMC handlers (which expect mpidr as an argument).
Signed-off-by: Manish Pandey <manish.pandey2@arm.com> Change-Id: I11ea50e22caf17896cf4b2059b87029b2ba136b1
|
| /rk3399_ARM-atf/include/plat/common/ |
| H A D | platform.h | e60c18471fc7488cc0bf1dc7eae3b43be77045a4 Fri Oct 27 10:45:44 UTC 2023 Manish Pandey <manish.pandey2@arm.com> fix(smccc): ensure that mpidr passed through SMC is valid
There are various SMC calls which pass mpidr as an argument which is currently tested at random places in SMC call path. To make the mpidr validation check consistent across SMC calls, do this check as part of SMC argument validation.
This patch introduce a helper function is_valid_mpidr() to validate mpidr and call it as part of validating SMC arguments at starting of SMC handlers (which expect mpidr as an argument).
Signed-off-by: Manish Pandey <manish.pandey2@arm.com> Change-Id: I11ea50e22caf17896cf4b2059b87029b2ba136b1
|