Home
last modified time | relevance | path

Searched refs:efi_physical_address_t (Results 1 – 6 of 6) sorted by relevance

/rk3399_ARM-atf/include/lib/hob/
H A Dhob.h54 efi_physical_address_t efi_memory_top;
55 efi_physical_address_t efi_memory_bottom;
56 efi_physical_address_t efi_free_memory_top;
57 efi_physical_address_t efi_free_memory_bottom;
58 efi_physical_address_t efi_end_of_hob_list;
70 efi_physical_address_t physical_start;
90 efi_physical_address_t base_address;
103 efi_physical_address_t efi_memory_begin, size_t efi_memory_length,
104 efi_physical_address_t efi_free_memory_bottom, size_t efi_free_memory_length);
110 efi_physical_address_t phy_addr_start,
[all …]
H A Dmmram.h29 efi_physical_address_t physical_start;
30 efi_physical_address_t cpu_start;
H A Defi_types.h13 typedef uint64_t efi_physical_address_t; typedef
/rk3399_ARM-atf/lib/hob/
H A Dhob.c53 hob_table->efi_end_of_hob_list = (efi_physical_address_t) hob_end; in _create_hob()
54 hob_table->efi_free_memory_bottom = (efi_physical_address_t) (hob_end + 1); in _create_hob()
75 efi_physical_address_t efi_memory_begin, size_t efi_memory_length, in create_hob_list()
76 efi_physical_address_t efi_free_memory_bottom, size_t efi_free_memory_length) in create_hob_list()
103 hob_table->efi_free_memory_bottom = (efi_physical_address_t) (hob_end + 1); in create_hob_list()
104 hob_table->efi_end_of_hob_list = (efi_physical_address_t) hob_end; in create_hob_list()
131 efi_physical_address_t phy_addr_start, in create_resource_descriptor_hob()
207 efi_physical_address_t base_addr, uint64_t size) in create_fv_hob()
/rk3399_ARM-atf/services/std_svc/spm/spm_mm/
H A Dspm_mm_setup.c88 (efi_physical_address_t) hob_table; in build_sp_boot_hob_list()
/rk3399_ARM-atf/services/std_svc/spm/el3_spmc/
H A Dspmc_setup.c312 (efi_physical_address_t) hob_table; in build_sp_boot_hob_list()