Home
last modified time | relevance | path

Searched refs:start_code (Results 1 – 25 of 56) sorted by relevance

123

/kernel/linux/common_modules/tzdriver/auth/
Dauth_base_impl.c131 static int get_proc_user_pages(struct mm_struct *mm, unsigned long start_code, in get_proc_user_pages() argument
136 return get_user_pages_remote(mm, start_code, in get_proc_user_pages()
139 return get_user_pages_remote(cur_struct, mm, start_code, in get_proc_user_pages()
142 return get_user_pages_locked(cur_struct, mm, start_code, in get_proc_user_pages()
145 return get_user_pages_locked(cur_struct, mm, start_code, in get_proc_user_pages()
158 unsigned long start_code = mm->start_code; in update_task_hash() local
160 unsigned long code_size = end_code - start_code; in update_task_hash()
166 while (start_code < end_code) { in update_task_hash()
168 rc = get_proc_user_pages(mm, start_code, &ptr_page, cur_struct); in update_task_hash()
192 start_code += in_size; in update_task_hash()
[all …]
/kernel/linux/linux-5.10/drivers/misc/altera-stapl/
Daltera-jtag.c590 int start_code = 0; in altera_irscan() local
600 start_code = 0; in altera_irscan()
611 start_code = 1; in altera_irscan()
622 start_code = 2; in altera_irscan()
663 start_code, in altera_irscan()
689 int start_code = 0; in altera_swap_ir() local
699 start_code = 0; in altera_swap_ir()
710 start_code = 1; in altera_swap_ir()
721 start_code = 2; in altera_swap_ir()
763 start_code, in altera_swap_ir()
[all …]
/kernel/linux/linux-5.10/fs/
Dbinfmt_flat.c79 unsigned long start_code; /* Start of text segment */ member
326 unsigned long start_code; in calc_reloc() local
362 start_code = p->lib_list[id].start_code; in calc_reloc()
372 addr = r + start_code; in calc_reloc()
398 ptr = (unsigned long __user *)(current->mm->start_code + r.reloc.offset); in old_reloc()
410 val += current->mm->start_code; in old_reloc()
465 unsigned long start_code, end_code; in load_flat_file() local
746 start_code = textpos + sizeof(struct flat_hdr); in load_flat_file()
752 current->mm->start_code = start_code; in load_flat_file()
775 start_code, end_code, datapos, datapos + data_len, in load_flat_file()
[all …]
/kernel/linux/linux-5.10/arch/s390/include/asm/
Duser.h59 unsigned long start_code; /* Starting virtual address of text. */ member
72 #define HOST_TEXT_START_ADDR (u.start_code)
/kernel/linux/linux-5.10/arch/alpha/include/asm/
Duser.h39 unsigned long start_code; /* text starting address */ member
50 #define HOST_TEXT_START_ADDR (u.start_code)
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Duser.h38 unsigned long start_code; /* text starting address */ member
49 #define HOST_TEXT_START_ADDR (u.start_code)
/kernel/linux/linux-5.10/arch/ia64/include/asm/
Duser.h44 unsigned long start_code; /* text starting address */ member
55 #define HOST_TEXT_START_ADDR (u.start_code)
/kernel/linux/linux-5.10/arch/h8300/include/asm/
Duser.h58 unsigned long start_code; /* Starting virtual address of text. */ member
72 #define HOST_TEXT_START_ADDR (u.start_code)
/kernel/linux/linux-5.10/arch/sh/include/asm/
Duser.h45 unsigned long start_code; /* text starting address */ member
57 #define HOST_TEXT_START_ADDR (u.start_code)
/kernel/linux/linux-5.10/arch/arm/include/asm/
Duser.h64 unsigned long start_code; /* Starting virtual address of text. */ member
82 #define HOST_TEXT_START_ADDR (u.start_code)
/kernel/linux/linux-5.10/arch/m68k/include/asm/
Duser.h69 unsigned long start_code; /* Starting virtual address of text. */ member
84 #define HOST_TEXT_START_ADDR (u.start_code)
/kernel/linux/linux-5.10/arch/x86/include/asm/
Duser_32.h113 unsigned long start_code; /* Starting virtual address of text. */ member
129 #define HOST_TEXT_START_ADDR (u.start_code)
Duser_64.h116 unsigned long start_code; /* Starting virtual address of text. */ member
135 #define HOST_TEXT_START_ADDR (u.start_code)
Duser32.h55 __u32 start_code; /* Starting virtual address of text. */ member
/kernel/linux/linux-5.10/arch/microblaze/kernel/
Dptrace.c96 val = child->mm->start_code; in arch_ptrace()
101 - child->mm->start_code; in arch_ptrace()
/kernel/liteos_m/kal/libc/newlib/porting/include/sys/
Dprctl.h41 uint64_t start_code; member
/kernel/linux/linux-5.10/arch/s390/kernel/
Dcompat_ptrace.h45 u32 start_code; /* Starting virtual address of text. */ member
/kernel/linux/linux-5.10/arch/riscv/kernel/
Dsetup.c78 init_mm.start_code = (unsigned long) _stext; in setup_arch()
/kernel/linux/linux-5.10/arch/csky/kernel/
Dsetup.c77 init_mm.start_code = (unsigned long) _stext; in setup_arch()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dprctl.h84 __u64 start_code; member
/kernel/linux/linux-5.10/arch/nios2/kernel/
Dsetup.c155 init_mm.start_code = (unsigned long) _stext; in setup_arch()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dprctl.h97 __u64 start_code; member
/kernel/linux/linux-5.10/arch/h8300/kernel/
Dtraps.c66 (int) current->mm->start_code, in dump()
/kernel/linux/linux-5.10/include/uapi/linux/
Dprctl.h135 __u64 start_code; /* code section bounds */ member
/kernel/linux/linux-5.10/tools/include/uapi/linux/
Dprctl.h135 __u64 start_code; /* code section bounds */ member

123