Home
last modified time | relevance | path

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

/linux/arch/riscv/kernel/
H A Dcpu.c289 const char *sv_type; in print_mmu() local
293 sv_type = "sv32"; in print_mmu()
296 sv_type = "sv57"; in print_mmu()
298 sv_type = "sv48"; in print_mmu()
300 sv_type = "sv39"; in print_mmu()
303 sv_type = "none"; in print_mmu()
305 seq_printf(f, "mmu\t\t: %s\n", sv_type); in print_mmu()
/linux/fs/xfs/scrub/
H A Dscrub.c837 if (v->sv_type == XFS_SCRUB_TYPE_BARRIER) in xfs_scrubv_check_barrier()
941 if (v->sv_type == XFS_SCRUB_TYPE_BARRIER && in xfs_ioc_scrubv_metadata()
964 .sm_type = v->sv_type, in xfs_ioc_scrubv_metadata()
971 if (v->sv_type == XFS_SCRUB_TYPE_BARRIER) { in xfs_ioc_scrubv_metadata()
H A Dtrace.h278 __entry->vec_type = v->sv_type;
/linux/fs/xfs/libxfs/
H A Dxfs_fs.h805 __u32 sv_type; /* XFS_SCRUB_TYPE_* */ member