Home
last modified time | relevance | path

Searched refs:tee_bnxt_copy_coredump (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/firmware/broadcom/
H A Dtee_bnxt_fw.h12 int tee_bnxt_copy_coredump(void *buf, u32 offset, u32 size);
/openbmc/linux/drivers/firmware/broadcom/
H A Dtee_bnxt_fw.c131 int tee_bnxt_copy_coredump(void *buf, u32 offset, u32 size) in tee_bnxt_copy_coredump() function
177 EXPORT_SYMBOL(tee_bnxt_copy_coredump);
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_coredump.c379 return tee_bnxt_copy_coredump(buf, 0, *dump_len); in bnxt_get_coredump()