Home
last modified time | relevance | path

Searched refs:run_time_el (Results 1 – 4 of 4) sorted by relevance

/hafnium-2.8-rc0/inc/hf/
A Dmanifest.h37 enum run_time_el { enum
128 enum run_time_el run_time_el; member
/hafnium-2.8-rc0/src/
A Dmanifest.c412 (uint8_t *)&vm->partition.run_time_el)); in parse_vm()
714 if (vm->partition.run_time_el != EL1 && in sanity_check_ffa_manifest()
715 vm->partition.run_time_el != S_EL1 && in sanity_check_ffa_manifest()
716 vm->partition.run_time_el != S_EL0) { in sanity_check_ffa_manifest()
718 vm->partition.run_time_el); in sanity_check_ffa_manifest()
730 if (vm->partition.run_time_el == S_EL0 && in sanity_check_ffa_manifest()
735 error_string, vm->partition.run_time_el, in sanity_check_ffa_manifest()
823 (uint8_t *)&vm->partition.run_time_el)); in parse_ffa_manifest()
824 dlog_verbose(" Run-time EL %u\n", vm->partition.run_time_el); in parse_ffa_manifest()
909 if (vm->partition.run_time_el != S_EL1) { in parse_ffa_manifest()
A Dload.c285 CHECK(manifest_vm->partition.run_time_el == EL1); in load_primary()
671 bool is_el0_partition = manifest_vm->partition.run_time_el == S_EL0; in load_secondary()
A Dmanifest_test.cc1359 ASSERT_EQ(vm->partition.run_time_el, S_EL1); in TEST_F()

Completed in 9 milliseconds