Searched refs:xallocate_zero_pool (Results 1 – 2 of 2) sorted by relevance
29 tcg_event = xallocate_zero_pool(offsetof(TCG_PCR_EVENT, Event) + desc_len); in tpm1_measure_to_pcr_and_event_log()60 tcg_event = xallocate_zero_pool(offsetof(EFI_TCG2_EVENT, Event) + desc_len); in tpm2_measure_to_pcr_and_event_log()
42 #define xallocate_zero_pool(size) ASSERT_SE_PTR(AllocateZeroPool(size)) macro47 #define xnew0(type, n) xnew_alloc(type, (n), xallocate_zero_pool)