Home
last modified time | relevance | path

Searched refs:m_tmp (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/arch/x86/boot/
Dcpucheck.c159 struct msr m, m_tmp; in check_cpu() local
163 m_tmp = m; in check_cpu()
164 m_tmp.l = ~0; in check_cpu()
165 boot_wrmsr(0x80860004, &m_tmp); in check_cpu()
/Linux-v6.6/fs/ntfs/
Dmft.c2576 MFT_RECORD *m_tmp; in ntfs_mft_record_alloc() local
2590 m_tmp = map_extent_mft_record(base_ni, bit, &ni); in ntfs_mft_record_alloc()
2591 if (IS_ERR(m_tmp)) { in ntfs_mft_record_alloc()
2594 err = PTR_ERR(m_tmp); in ntfs_mft_record_alloc()
2605 BUG_ON(m != m_tmp); in ntfs_mft_record_alloc()