Home
last modified time | relevance | path

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

/arch/microblaze/kernel/
Dhw_exception_handler.S461 sbi r6, r0, TOPHYS(ex_reg_op);
471 sbi r5, r0, TOPHYS(ex_tmp_data_loc_0);
473 sbi r5, r0, TOPHYS(ex_tmp_data_loc_1);
475 sbi r5, r0, TOPHYS(ex_tmp_data_loc_2);
477 sbi r5, r0, TOPHYS(ex_tmp_data_loc_3);
485 sbi r5, r0, TOPHYS(ex_tmp_data_loc_0);
487 sbi r5, r0, TOPHYS(ex_tmp_data_loc_1);
520 sbi r4, r3, 0;
522 sbi r4, r3, 1;
524 sbi r4, r3, 2;
[all …]
/arch/s390/hypfs/
Dinode.c281 struct hypfs_sb_info *sbi; in hypfs_fill_super() local
283 sbi = kzalloc(sizeof(struct hypfs_sb_info), GFP_KERNEL); in hypfs_fill_super()
284 if (!sbi) in hypfs_fill_super()
286 mutex_init(&sbi->lock); in hypfs_fill_super()
287 sbi->uid = current_uid(); in hypfs_fill_super()
288 sbi->gid = current_gid(); in hypfs_fill_super()
289 sb->s_fs_info = sbi; in hypfs_fill_super()
310 sbi->update_file = hypfs_create_update_file(sb, root_dentry); in hypfs_fill_super()
311 if (IS_ERR(sbi->update_file)) in hypfs_fill_super()
312 return PTR_ERR(sbi->update_file); in hypfs_fill_super()
/arch/microblaze/lib/
Dfastcopy.S63 sbi r11, r5, 0 /* *d = h */
344 sbi r9, r5, 0 /* *d = t1 */
387 sbi r11, r5, 0 /* *d = h */
661 sbi r9, r5, 0 /* *d = t1 */