Lines Matching refs:msec

38 	struct pt_mapped_section msec;  in begin()  local
42 pt_msec_init(&msec, &sec, NULL, 0x2000ull, 0x100ull, 0x1000ull); in begin()
44 begin = pt_msec_begin(&msec); in begin()
52 struct pt_mapped_section msec; in end() local
56 pt_msec_init(&msec, &sec, NULL, 0x2000ull, 0x100ull, 0x1000ull); in end()
58 end = pt_msec_end(&msec); in end()
66 struct pt_mapped_section msec; in offset() local
70 pt_msec_init(&msec, &sec, NULL, 0x2000ull, 0x100ull, 0x1000ull); in offset()
72 offset = pt_msec_offset(&msec); in offset()
80 struct pt_mapped_section msec; in size() local
84 pt_msec_init(&msec, &sec, NULL, 0x2000ull, 0x100ull, 0x1000ull); in size()
86 size = pt_msec_size(&msec); in size()
94 struct pt_mapped_section msec; in asid() local
102 pt_msec_init(&msec, NULL, &asid, 0x2000ull, 0x100ull, 0x1000ull); in asid()
104 pasid = pt_msec_asid(&msec); in asid()
114 struct pt_mapped_section msec; in asid_null() local
117 pt_msec_init(&msec, NULL, NULL, 0x2000ull, 0x100ull, 0x1000ull); in asid_null()
119 pasid = pt_msec_asid(&msec); in asid_null()
129 struct pt_mapped_section msec; in map() local
132 pt_msec_init(&msec, NULL, NULL, 0x2000ull, 0x100ull, 0x1000ull); in map()
134 mapped = pt_msec_map(&msec, 0x900); in map()
142 struct pt_mapped_section msec; in unmap() local
145 pt_msec_init(&msec, NULL, NULL, 0x2000ull, 0x100ull, 0x1000ull); in unmap()
147 offset = pt_msec_unmap(&msec, 0x3000); in unmap()
156 struct pt_mapped_section msec; in section() local
159 pt_msec_init(&msec, &section, NULL, 0x2000ull, 0x100ull, 0x1000ull); in section()
161 psection = pt_msec_section(&msec); in section()
169 struct pt_mapped_section msec; in section_null() local
172 pt_msec_init(&msec, NULL, NULL, 0x2000ull, 0x100ull, 0x1000ull); in section_null()
174 psection = pt_msec_section(&msec); in section_null()