Searched refs:MB_FLAG_ZERO (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/common_modules/tzdriver/core/ |
D | mailbox_mempool.h | 26 #define MB_FLAG_ZERO 0x1 /* set 0 after alloc page */ macro
|
D | tzdebug.c | 122 mem = mailbox_alloc(sizeof(*mem), MB_FLAG_ZERO); in get_tee_meminfo_cmd() 190 mem = mailbox_alloc(sizeof(*mem), MB_FLAG_ZERO); in tzmemdump()
|
D | mailbox_mempool.c | 179 if (addr && ((flag & MB_FLAG_ZERO) != 0)) { in mailbox_alloc() 279 void *pack = mailbox_alloc(SZ_4K, MB_FLAG_ZERO); in mailbox_alloc_cmd_pack()
|
D | cmdmonitor.c | 248 meminfo = mailbox_alloc(sizeof(*meminfo), MB_FLAG_ZERO); in memstat_report()
|
D | gp_ops.c | 384 temp_buf = mailbox_alloc(buffer_size, MB_FLAG_ZERO); in alloc_for_tmp_mem() 640 buff = mailbox_alloc(buff_len, MB_FLAG_ZERO); in transfer_shared_mem()
|
D | agent.c | 752 *agent_buff = mailbox_alloc(agent_buff_size, MB_FLAG_ZERO); in create_new_agent_node()
|
/kernel/linux/common_modules/tzdriver/ion/ |
D | dynamic_ion_mem.c | 113 tmp_sglist = (struct sglist *)mailbox_alloc(sglist_size, MB_FLAG_ZERO); in get_ion_sglist() 504 tmp_sglist = (struct sglist *)mailbox_alloc(sglist_size, MB_FLAG_ZERO);
|
/kernel/linux/common_modules/tzdriver/tui/ |
D | tui.c | 277 tmp_tui_sglist = (struct sglist *)mailbox_alloc(tui_sglist_size, MB_FLAG_ZERO); in get_tui_ion_sglist()
|