Searched refs:run_time_el (Results 1 – 4 of 4) sorted by relevance
37 enum run_time_el { enum128 enum run_time_el run_time_el; member
412 (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()
285 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()
1359 ASSERT_EQ(vm->partition.run_time_el, S_EL1); in TEST_F()
Completed in 8 milliseconds