Home
last modified time | relevance | path

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

/linux/arch/riscv/kernel/
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/fs/xfs/scrub/
A Dscrub.c765 if (v->sv_type == XFS_SCRUB_TYPE_BARRIER) in xfs_scrubv_check_barrier()
872 if (v->sv_type == XFS_SCRUB_TYPE_BARRIER && in xfs_ioc_scrubv_metadata()
895 .sm_type = v->sv_type, in xfs_ioc_scrubv_metadata()
902 if (v->sv_type == XFS_SCRUB_TYPE_BARRIER) { in xfs_ioc_scrubv_metadata()
A Dtrace.h266 __entry->vec_type = v->sv_type;
/linux/fs/xfs/libxfs/
A Dxfs_fs.h785 __u32 sv_type; /* XFS_SCRUB_TYPE_* */ member

Completed in 17 milliseconds