Home
last modified time | relevance | path

Searched refs:GATE_ADDR (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/ia64/kernel/
H A Delfcore.c18 (const struct elf_phdr *) (GATE_ADDR + GATE_EHDR->e_phoff); in elf_core_write_extra_phdrs()
47 (const struct elf_phdr *) (GATE_ADDR + GATE_EHDR->e_phoff); in elf_core_write_extra_data()
66 (const struct elf_phdr *) (GATE_ADDR + GATE_EHDR->e_phoff); in elf_core_extra_data_size()
H A Dgate.lds.S13 . = GATE_ADDR + SIZEOF_HEADERS;
33 . = GATE_ADDR + 0x600;
56 .text (GATE_ADDR + PAGE_SIZE) : { *(.text) *(.text.*) } :readable
H A Dunwind.c1906 if (ip < GATE_ADDR) { in unw_unwind()
2190 unsigned long *lp, segbase = GATE_ADDR; in create_gate_table()
2193 Elf64_Phdr *punw = NULL, *phdr = (Elf64_Phdr *) (GATE_ADDR + GATE_EHDR->e_phoff); in create_gate_table()
/openbmc/linux/arch/ia64/mm/
H A Dinit.c258 put_kernel_page(page, GATE_ADDR, PAGE_READONLY); in setup_gate()
261 put_kernel_page(page, GATE_ADDR + PAGE_SIZE, PAGE_GATE); in setup_gate()
263 put_kernel_page(page, GATE_ADDR + PERCPU_PAGE_SIZE, PAGE_GATE); in setup_gate()
268 for (addr = GATE_ADDR + PAGE_SIZE; in setup_gate()
269 addr < GATE_ADDR + PERCPU_PAGE_SIZE; in setup_gate()
/openbmc/linux/arch/ia64/include/asm/
H A Dpage.h196 #define GATE_ADDR RGN_BASE(RGN_GATE) macro
202 #define KERNEL_START (GATE_ADDR+__IA64_UL_CONST(0x100000000))
H A Dpgtable.h526 #define FIXADDR_USER_START GATE_ADDR
528 # define FIXADDR_USER_END (GATE_ADDR + 2*PAGE_SIZE)
530 # define FIXADDR_USER_END (GATE_ADDR + 2*PERCPU_PAGE_SIZE)
H A Delf.h208 #define GATE_EHDR ((const struct elfhdr *) GATE_ADDR)