Home
last modified time | relevance | path

Searched refs:mtc (Results 1 – 17 of 17) sorted by relevance

/linux-6.3-rc2/arch/mips/kernel/
A Dmips-mt.c235 struct class *mtc; in mips_mt_init() local
237 mtc = class_create(THIS_MODULE, "mt"); in mips_mt_init()
238 if (IS_ERR(mtc)) in mips_mt_init()
239 return PTR_ERR(mtc); in mips_mt_init()
241 mt_class = mtc; in mips_mt_init()
/linux-6.3-rc2/drivers/scsi/
A Dst.c3568 if (mtc.mt_op == MTFSF || mtc.mt_op == MTFSFM || in st_ioctl()
3586 i = mtc.mt_op == MTREW || mtc.mt_op == MTOFFL || in st_ioctl()
3587 mtc.mt_op == MTRETEN || mtc.mt_op == MTEOM || in st_ioctl()
3588 mtc.mt_op == MTLOCK || mtc.mt_op == MTLOAD || in st_ioctl()
3589 mtc.mt_op == MTFSF || mtc.mt_op == MTFSFM || in st_ioctl()
3590 mtc.mt_op == MTBSF || mtc.mt_op == MTBSFM || in st_ioctl()
3599 (mtc.mt_op == MTREW || mtc.mt_op == MTOFFL || in st_ioctl()
3601 mtc.mt_op == MTBSF || mtc.mt_op == MTBSFM)) { in st_ioctl()
3607 if (mtc.mt_op == MTBSF || mtc.mt_op == MTBSFM) in st_ioctl()
3632 if (mtc.mt_op != MTNOP && mtc.mt_op != MTSETBLK && in st_ioctl()
[all …]
/linux-6.3-rc2/arch/powerpc/boot/dts/
A Ddigsy_mtc.dts16 model = "intercontrol,digsy-mtc";
17 compatible = "intercontrol,digsy-mtc";
/linux-6.3-rc2/tools/perf/util/intel-pt-decoder/
A Dintel-pt-decoder.c800 *last_mtc |= mtc & mask; in intel_pt_fixup_last_mtc()
801 if (*last_mtc >= mtc) { in intel_pt_fixup_last_mtc()
844 mtc = pkt_info->packet.payload; in intel_pt_calc_cyc_cb()
850 if (mtc > data->last_mtc) in intel_pt_calc_cyc_cb()
851 mtc_delta = mtc - data->last_mtc; in intel_pt_calc_cyc_cb()
855 data->last_mtc = mtc; in intel_pt_calc_cyc_cb()
1939 uint32_t mtc, mtc_delta; in intel_pt_calc_mtc_timestamp() local
1944 mtc = decoder->packet.payload; in intel_pt_calc_mtc_timestamp()
1952 if (mtc > decoder->last_mtc) in intel_pt_calc_mtc_timestamp()
1953 mtc_delta = mtc - decoder->last_mtc; in intel_pt_calc_mtc_timestamp()
[all …]
/linux-6.3-rc2/mm/
A Dmigrate.c2021 struct migration_target_control *mtc; in alloc_migration_target() local
2029 mtc = (struct migration_target_control *)private; in alloc_migration_target()
2030 gfp_mask = mtc->gfp_mask; in alloc_migration_target()
2031 nid = mtc->nid; in alloc_migration_target()
2040 mtc->nmask, gfp_mask); in alloc_migration_target()
2057 new_folio = __folio_alloc(gfp_mask, order, nid, mtc->nmask); in alloc_migration_target()
2079 struct migration_target_control mtc = { in do_move_pages_to_node() local
2085 (unsigned long)&mtc, MIGRATE_SYNC, MR_SYSCALL, NULL); in do_move_pages_to_node()
A Dmemory_hotplug.c1689 struct migration_target_control mtc = { in do_migrate_range() local
1699 mtc.nid = page_to_nid(list_first_entry(&source, struct page, lru)); in do_migrate_range()
1706 node_clear(mtc.nid, nmask); in do_migrate_range()
1708 node_set(mtc.nid, nmask); in do_migrate_range()
1710 (unsigned long)&mtc, MIGRATE_SYNC, MR_MEMORY_HOTPLUG, NULL); in do_migrate_range()
A Dvmscan.c1571 struct migration_target_control *mtc; in alloc_demote_page() local
1573 mtc = (struct migration_target_control *)private; in alloc_demote_page()
1575 allowed_mask = mtc->nmask; in alloc_demote_page()
1585 mtc->nmask = NULL; in alloc_demote_page()
1586 mtc->gfp_mask |= __GFP_THISNODE; in alloc_demote_page()
1587 target_page = alloc_migration_target(page, (unsigned long)mtc); in alloc_demote_page()
1591 mtc->gfp_mask &= ~__GFP_THISNODE; in alloc_demote_page()
1592 mtc->nmask = allowed_mask; in alloc_demote_page()
1594 return alloc_migration_target(page, (unsigned long)mtc); in alloc_demote_page()
1608 struct migration_target_control mtc = { in demote_folio_list() local
[all …]
A Dmemory-failure.c2553 struct migration_target_control mtc = { in soft_offline_in_use_page() local
2592 (unsigned long)&mtc, MIGRATE_SYNC, MR_MEMORY_FAILURE, NULL); in soft_offline_in_use_page()
A Dgup.c1999 struct migration_target_control mtc = { in migrate_longterm_unpinnable_pages() local
2005 NULL, (unsigned long)&mtc, MIGRATE_SYNC, in migrate_longterm_unpinnable_pages()
A Dmempolicy.c1067 struct migration_target_control mtc = { in migrate_to_node() local
1087 (unsigned long)&mtc, MIGRATE_SYNC, MR_SYSCALL, NULL); in migrate_to_node()
A Dpage_alloc.c9230 struct migration_target_control mtc = { in __alloc_contig_migrate_range() local
9260 NULL, (unsigned long)&mtc, cc->mode, MR_CONTIG_RANGE, NULL); in __alloc_contig_migrate_range()
/linux-6.3-rc2/arch/powerpc/platforms/52xx/
A DKconfig26 intercontrol,digsy-mtc
/linux-6.3-rc2/tools/perf/arch/x86/util/
A Dintel-pt.c192 int mtc, mtc_periods = 0, mtc_period; in intel_pt_default_config() local
201 &mtc) != 1) in intel_pt_default_config()
202 mtc = 1; in intel_pt_default_config()
204 if (mtc) { in intel_pt_default_config()
/linux-6.3-rc2/tools/perf/tests/shell/
A Dtest_intel_pt.sh438 perf_record_no_decode -o "${perfdatafile}" -e intel_pt/mtc=0,tsc=0/u uname
/linux-6.3-rc2/arch/x86/events/intel/
A Dpt.c59 PT_CAP(mtc, 0, CPUID_EBX, BIT(3)),
110 PMU_FORMAT_ATTR(mtc, "config:9" );
/linux-6.3-rc2/tools/perf/Documentation/
A Dperf-intel-pt.txt152 MTC packets are used - refer to the 'mtc' config term. When MTC is used, however,
248 /sys/bus/event_source/devices/intel_pt/format/mtc:config:9
371 mtc Produces MTC timing packets.
379 /sys/bus/event_source/devices/intel_pt/caps/mtc
387 mtc_period Specifies how frequently MTC packets are produced - see mtc
1296 TSC is not supported and tsc=0 must be specified. That means mtc is useless, so add mtc=0.
1302 …$ sudo perf kvm --guest --host --guestkallsyms $KALLSYMS record --kcore -e intel_pt/tsc=0,mtc=0,cy…
/linux-6.3-rc2/Documentation/scsi/
A DChangeLog.megaraid197 Jun'ichi Nomura [mailto:jnomura@mtc.biglobe.ne.jp]

Completed in 77 milliseconds