Home
last modified time | relevance | path

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

12

/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)
/arch/alpha/include/asm/
Duser.h39 unsigned long start_code; /* text starting address */ member
50 #define HOST_TEXT_START_ADDR (u.start_code)
/arch/powerpc/include/asm/
Duser.h38 unsigned long start_code; /* text starting address */ member
49 #define HOST_TEXT_START_ADDR (u.start_code)
/arch/ia64/include/asm/
Duser.h44 unsigned long start_code; /* text starting address */ member
55 #define HOST_TEXT_START_ADDR (u.start_code)
/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)
/arch/sh/include/asm/
Duser.h52 unsigned long start_code; /* text starting address */ member
64 #define HOST_TEXT_START_ADDR (u.start_code)
/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)
/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)
/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
/arch/microblaze/kernel/
Dptrace.c96 val = child->mm->start_code; in arch_ptrace()
101 - child->mm->start_code; in arch_ptrace()
/arch/riscv/kernel/
Dsetup.c58 init_mm.start_code = (unsigned long) _stext; in setup_arch()
/arch/s390/kernel/
Dcompat_ptrace.h45 u32 start_code; /* Starting virtual address of text. */ member
/arch/nios2/kernel/
Dsetup.c155 init_mm.start_code = (unsigned long) _stext; in setup_arch()
Dprocess.c162 (int) current->mm->start_code, in dump()
/arch/csky/kernel/
Dsetup.c84 init_mm.start_code = (unsigned long) _stext; in setup_arch()
/arch/h8300/kernel/
Dtraps.c66 (int) current->mm->start_code, in dump()
Dsetup.c103 init_mm.start_code = (unsigned long) _stext; in setup_arch()
/arch/arc/mm/
Dinit.c89 init_mm.start_code = (unsigned long)_text; in setup_arch_memory()
/arch/m68k/kernel/
Dsetup_no.c91 init_mm.start_code = (unsigned long) &_stext; in setup_arch()
Dptrace.c188 tmp = child->mm->start_code; in arch_ptrace()
/arch/sh/kernel/
Dptrace_32.c405 tmp = child->mm->start_code; in arch_ptrace()
411 tmp = child->mm->end_code - child->mm->start_code; in arch_ptrace()
Dsetup.c299 init_mm.start_code = (unsigned long) _text; in setup_arch()
/arch/unicore32/kernel/
Dsetup.c244 init_mm.start_code = (unsigned long) _stext; in setup_arch()

12