Home
last modified time | relevance | path

Searched refs:set_fs (Results 26 - 50 of 82) sorted by relevance

1234

/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dprocess_64.c117 set_fs (USER_DS); in show_regwindow32()
119 set_fs (old_fs); in show_regwindow32()
123 set_fs (old_fs); in show_regwindow32()
152 set_fs (USER_DS); in show_regwindow()
154 set_fs (old_fs); in show_regwindow()
158 set_fs (old_fs); in show_regwindow()
/kernel/linux/linux-5.10/arch/csky/include/asm/
H A Dsegment.h15 #define set_fs(x) (current_thread_info()->addr_limit = (x)) macro
H A Dprocessor.h63 set_fs(USER_DS); /* reads from user space */ \
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dtlbflush.h17 set_fs(KERNEL_DS); in flush_tlb_kernel_page()
22 set_fs(old_fs); in flush_tlb_kernel_page()
/kernel/linux/linux-5.10/arch/x86/boot/compressed/
H A Dcmdline.c5 static inline void set_fs(unsigned long seg) in set_fs() function
/kernel/linux/linux-5.10/arch/sh/include/asm/
H A Dsegment.h30 #define set_fs(x) (current_thread_info()->addr_limit = (x)) macro
/kernel/linux/linux-6.6/arch/x86/boot/compressed/
H A Dcmdline.c5 static inline void set_fs(unsigned long seg) in set_fs() function
/kernel/linux/linux-5.10/arch/c6x/mm/
H A Dinit.c47 set_fs(KERNEL_DS); in paging_init()
/kernel/linux/linux-5.10/arch/xtensa/include/asm/
H A Dasm-uaccess.h54 * set_fs sets current->thread.current_ds to some value.
63 .macro set_fs at, av, sp
/kernel/linux/linux-5.10/arch/h8300/mm/
H A Dinit.c77 set_fs(USER_DS); in paging_init()
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dtraps.c135 set_fs(KERNEL_DS); in dump_mem()
158 set_fs(fs); in dump_mem()
199 set_fs(KERNEL_DS); in dump_instr()
201 set_fs(fs); in dump_instr()
/kernel/linux/linux-5.10/arch/x86/boot/
H A Da20.c59 set_fs(0x0000); in a20_test()
H A Dvideo-bios.c76 set_fs(0); in bios_probe()
/kernel/linux/linux-6.6/arch/x86/boot/
H A Da20.c59 set_fs(0x0000); in a20_test()
H A Dvideo-bios.c76 set_fs(0); in bios_probe()
/kernel/linux/linux-5.10/arch/sh/kernel/
H A Dtraps_32.c541 set_fs(KERNEL_DS); in do_address_error()
547 set_fs(oldfs); in do_address_error()
555 set_fs(oldfs); in do_address_error()
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dtraps.c224 set_fs(KERNEL_DS); in show_stack()
226 set_fs(old_fs); in show_stack()
376 set_fs(KERNEL_DS); in show_registers()
380 set_fs(old_fs); in show_registers()
1029 set_fs(KERNEL_DS); in do_bp()
1103 set_fs(seg); in do_bp()
1122 set_fs(KERNEL_DS); in do_tr()
1145 set_fs(seg); in do_tr()
1606 set_fs(KERNEL_DS); in do_mcheck()
1610 set_fs(old_f in do_mcheck()
[all...]
H A Dunaligned.c1556 set_fs(KERNEL_DS); in do_ade()
1559 set_fs(seg); in do_ade()
1567 set_fs(KERNEL_DS); in do_ade()
1570 set_fs(seg); in do_ade()
1584 set_fs(KERNEL_DS); in do_ade()
1586 set_fs(seg); in do_ade()
/kernel/linux/linux-5.10/arch/m68k/sun3/
H A Dmmu_emu.c194 set_fs(MAKE_MM_SEG(3)); in mmu_emu_init()
200 set_fs(KERNEL_DS); in mmu_emu_init()
/kernel/linux/linux-5.10/arch/s390/lib/
H A Duaccess.c43 void set_fs(mm_segment_t fs) in set_fs() function
61 EXPORT_SYMBOL(set_fs); variable
/kernel/linux/common_modules/code_sign/
H A Dcode_sign_elf.c266 set_fs(KERNEL_DS); in elf_file_enable_fs_verity()
298 set_fs(fs); in elf_file_enable_fs_verity()
/kernel/linux/linux-5.10/include/linux/
H A Duaccess.h16 * overriding any possible set_fs(KERNEL_DS) still lingering around. Undone
23 set_fs(USER_DS); in force_uaccess_begin()
29 set_fs(oldfs); in force_uaccess_end()
79 * on store should happen. Interpretation of from is affected by set_fs().
94 * but both source and destination are __user pointers (affected by set_fs()
/kernel/linux/linux-5.10/arch/m68k/mm/
H A Dinit.c99 set_fs (USER_DS); in paging_init()
/kernel/linux/linux-5.10/arch/parisc/include/asm/
H A Duaccess.h20 #define set_fs(x) (current_thread_info()->addr_limit = (x)) macro
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dmmu_context.h125 set_fs(current->thread.mm_segment); in finish_arch_post_lock_switch()

Completed in 12 milliseconds

1234