Home
last modified time | relevance | path

Searched refs:sbi (Results 1 – 5 of 5) sorted by relevance

/arch/microblaze/kernel/
A Dhw_exception_handler.S448 sbi r4, r3, 0;
450 sbi r4, r3, 1;
452 sbi r4, r3, 2;
454 sbi r4, r3, 3;
461 sbi r4, r3, 0;
463 sbi r4, r3, 1;
839 sbi r5, r6, 0;
841 sbi r5, r6, 1;
843 sbi r5, r6, 2;
845 sbi r5, r6, 3;
[all …]
/arch/s390/hypfs/
A Dinode.c259 struct hypfs_sb_info *sbi = sb->s_fs_info; in hypfs_fill_super() local
286 sbi->update_file = update_file; in hypfs_fill_super()
310 struct hypfs_sb_info *sbi; in hypfs_init_fs_context() local
312 sbi = kzalloc(sizeof(struct hypfs_sb_info), GFP_KERNEL); in hypfs_init_fs_context()
313 if (!sbi) in hypfs_init_fs_context()
316 mutex_init(&sbi->lock); in hypfs_init_fs_context()
317 sbi->uid = current_uid(); in hypfs_init_fs_context()
318 sbi->gid = current_gid(); in hypfs_init_fs_context()
320 fc->s_fs_info = sbi; in hypfs_init_fs_context()
/arch/powerpc/platforms/cell/spufs/
A Dinode.c605 struct spufs_sb_info *sbi = spufs_get_sb_info(root->d_sb); in spufs_show_options() local
616 if (sbi->debug) in spufs_show_options()
624 struct spufs_sb_info *sbi = fc->s_fs_info; in spufs_parse_param() local
651 sbi->debug = true; in spufs_parse_param()
753 struct spufs_sb_info *sbi; in spufs_init_fs_context() local
759 sbi = kzalloc(sizeof(struct spufs_sb_info), GFP_KERNEL); in spufs_init_fs_context()
760 if (!sbi) in spufs_init_fs_context()
768 fc->s_fs_info = sbi; in spufs_init_fs_context()
/arch/riscv/kernel/
A DMakefile101 obj-$(CONFIG_RISCV_SBI) += sbi.o sbi_ecall.o
103 obj-$(CONFIG_SMP) += sbi-ipi.o
/arch/microblaze/lib/
A Dfastcopy.S59 sbi r11, r5, 0 /* *d = h */
340 sbi r9, r5, 0 /* *d = t1 */
383 sbi r11, r5, 0 /* *d = h */
657 sbi r9, r5, 0 /* *d = t1 */

Completed in 15 milliseconds