Lines Matching refs:stackshot_entitlement_report

74 SECURITY_READ_ONLY_LATE(uint8_t) stackshot_entitlement_report = STACKSHOT_ENTITLEMENT_REPORT;
91 CA_EVENT(stackshot_entitlement_report,
103 struct stackshot_entitlement_report { struct
116 static struct stackshot_entitlement_report *sshot_report_recent[SSHOT_ENTITLEMENT_RECENT]; argument
124 stackshot_entitlement_send_report(const struct stackshot_entitlement_report *ser) in stackshot_entitlement_send_report()
126 ca_event_t ca_event = CA_EVENT_ALLOCATE(stackshot_entitlement_report); in stackshot_entitlement_send_report()
127 CA_EVENT_TYPE(stackshot_entitlement_report) * ser_event = ca_event->data; in stackshot_entitlement_send_report()
157 sshot_entitlement_copy_for_send(const struct stackshot_entitlement_report *src, in sshot_entitlement_copy_for_send()
158 struct stackshot_entitlement_report *dst) in sshot_entitlement_copy_for_send()
181 struct stackshot_entitlement_report *ser = kalloc_data(sizeof(*ser), Z_WAITOK | Z_NOFAIL); in stackshot_entitlement_do_report()
182 struct stackshot_entitlement_report *tofree = NULL; in stackshot_entitlement_do_report()
183 struct stackshot_entitlement_report myser = {0}; in stackshot_entitlement_do_report()
184 struct stackshot_entitlement_report oldser = {0}; in stackshot_entitlement_do_report()
205 struct stackshot_entitlement_report **tslot = NULL; in stackshot_entitlement_do_report()
208 struct stackshot_entitlement_report **curp = &sshot_report_recent[i]; in stackshot_entitlement_do_report()
209 struct stackshot_entitlement_report *cur = *curp; in stackshot_entitlement_do_report()
233 struct stackshot_entitlement_report *cur = NULL; // the entry to bump the count of in stackshot_entitlement_do_report()
238 struct stackshot_entitlement_report *old = *tslot; in stackshot_entitlement_do_report()
298 …struct stackshot_entitlement_report *ser = kalloc_data(sizeof(*ser) * SSHOT_ENTITLEMENT_RECENT, Z_… in sshot_entitlement_send_batch()
305 struct stackshot_entitlement_report *cur = sshot_report_recent[i]; in sshot_entitlement_send_batch()
392 …int return_value = ((stackshot_entitlement_report & 0xf) | (stackshot_entitlement_refuse ? 0x10 : …
409 stackshot_entitlement_report = (uint8_t)boot_arg; in atboot_stackshot_entitlement()
526 const uint8_t report = stackshot_entitlement_report; in stack_snapshot_with_config()