Home
last modified time | relevance | path

Searched refs:sv_type (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/arch/riscv/kernel/
H A Dcpu.c291 const char *sv_type; in print_mmu() local
295 sv_type = "sv32"; in print_mmu()
298 sv_type = "sv57"; in print_mmu()
300 sv_type = "sv48"; in print_mmu()
302 sv_type = "sv39"; in print_mmu()
305 sv_type = "none"; in print_mmu()
307 seq_printf(f, "mmu\t\t: %s\n", sv_type); in print_mmu()
/linux-6.15/fs/xfs/scrub/
H A Dscrub.c839 if (v->sv_type == XFS_SCRUB_TYPE_BARRIER) in xfs_scrubv_check_barrier()
946 if (v->sv_type == XFS_SCRUB_TYPE_BARRIER && in xfs_ioc_scrubv_metadata()
969 .sm_type = v->sv_type, in xfs_ioc_scrubv_metadata()
976 if (v->sv_type == XFS_SCRUB_TYPE_BARRIER) { in xfs_ioc_scrubv_metadata()
H A Dtrace.h278 __entry->vec_type = v->sv_type;
/linux-6.15/fs/xfs/libxfs/
H A Dxfs_fs.h805 __u32 sv_type; /* XFS_SCRUB_TYPE_* */ member