Searched refs:fobj_sec_mem_alloc (Results 1 – 3 of 3) sorted by relevance
173 struct fobj *fobj_sec_mem_alloc(unsigned int num_pages);175 #define fobj_ta_mem_alloc(num_pages) fobj_sec_mem_alloc(num_pages)
516 fobj = fobj_sec_mem_alloc(bb_num_pages); in load_binary_sp()712 f = fobj_sec_mem_alloc(num_pages); in copy_and_map_fdt()784 f = fobj_sec_mem_alloc(num_pages); in create_and_map_boot_info()1370 f = fobj_sec_mem_alloc(page_count); in handle_tpm_event_log()
754 struct fobj *fobj_sec_mem_alloc(unsigned int num_pages) in fobj_sec_mem_alloc() function