Searched refs:pcr (Results 1 – 4 of 4) sorted by relevance
633 struct pbuf_custom_ref *pcr = (struct pbuf_custom_ref*)p; in ip6_frag_free_pbuf_custom() local634 LWIP_ASSERT("pcr != NULL", pcr != NULL); in ip6_frag_free_pbuf_custom()635 LWIP_ASSERT("pcr == p", (void*)pcr == (void*)p); in ip6_frag_free_pbuf_custom()636 if (pcr->original != NULL) { in ip6_frag_free_pbuf_custom()637 pbuf_free(pcr->original); in ip6_frag_free_pbuf_custom()639 ip6_frag_free_pbuf_custom_ref(pcr); in ip6_frag_free_pbuf_custom()712 struct pbuf_custom_ref *pcr; in ip6_frag() local719 pcr = ip6_frag_alloc_pbuf_custom_ref(); in ip6_frag()720 if (pcr == NULL) { in ip6_frag()728 ip6_frag_free_pbuf_custom_ref(pcr); in ip6_frag()[all …]
662 struct pbuf_custom_ref *pcr = (struct pbuf_custom_ref*)p; in ipfrag_free_pbuf_custom() local663 LWIP_ASSERT("pcr != NULL", pcr != NULL); in ipfrag_free_pbuf_custom()664 LWIP_ASSERT("pcr == p", (void*)pcr == (void*)p); in ipfrag_free_pbuf_custom()665 if (pcr->original != NULL) { in ipfrag_free_pbuf_custom()666 pbuf_free(pcr->original); in ipfrag_free_pbuf_custom()668 ip_frag_free_pbuf_custom_ref(pcr); in ipfrag_free_pbuf_custom()752 struct pbuf_custom_ref *pcr; in ip4_frag() local761 pcr = ip_frag_alloc_pbuf_custom_ref(); in ip4_frag()762 if (pcr == NULL) { in ip4_frag()770 ip_frag_free_pbuf_custom_ref(pcr); in ip4_frag()[all …]
1343 __ALWAYS_STATIC_INLINE void __set_PCR(uint32_t pcr) in __set_PCR() argument1345 __ASM volatile("mtcr %0, cr<9, 3>" : : "r"(pcr)); in __set_PCR()
1323 __ALWAYS_STATIC_INLINE void __set_PCR(uint32_t pcr) in __set_PCR() argument1325 __ASM volatile("mtcr %0, cr<9, 3>" : : "r"(pcr)); in __set_PCR()
Completed in 16 milliseconds