Home
last modified time | relevance | path

Searched refs:pcpu_base (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/tools/gdb/
H A Dpcpu.py44 pcpu_base = pcpu['pc_dynamic']
75 obj = gdb.Value(pcpu_base + pcpu_entry_addr - start + base)
/freebsd/sys/kern/
H A Dlink_elf.c116 Elf_Addr pcpu_base; /* Relocated pcpu set address. */ member
523 ef->pcpu_base = DPCPU_START; in link_elf_init()
722 ef->pcpu_base = (Elf_Addr)(uintptr_t)dpcpu_alloc(size); in parse_dpcpu()
723 if (ef->pcpu_base == 0) { in parse_dpcpu()
729 memcpy((void *)ef->pcpu_base, (void *)ef->pcpu_start, size); in parse_dpcpu()
730 dpcpu_copy((void *)ef->pcpu_base, size); in parse_dpcpu()
732 ef->pcpu_base); in parse_dpcpu()
1376 return ((x - ef->pcpu_start) + ef->pcpu_base); in elf_relocaddr()
1389 if (ef->pcpu_base != 0) { in link_elf_unload_file()
1390 dpcpu_free((void *)ef->pcpu_base, in link_elf_unload_file()