Lines Matching refs:mcount
68 uint16_t ucount, mcount; in pt_section_map() local
77 mcount = section->mcount + 1; in pt_section_map()
78 if (!mcount) in pt_section_map()
81 section->mcount = mcount; in pt_section_map()
87 uint16_t ucount, mcount; in pt_section_unmap() local
96 mcount = section->mcount; in pt_section_unmap()
97 if (!mcount) in pt_section_unmap()
100 section->mcount = mcount - 1; in pt_section_unmap()
259 ptu_uint_eq(tfix->section.mcount, 0); in invalidate()
313 ptu_uint_eq(tfix->section.mcount, 0); in fill_nomap()
335 ptu_uint_eq(section->mcount, 1); in fill()
366 tfix->section.mcount = 1; in cfix_init()