Home
last modified time | relevance | path

Searched refs:vm_offset_t (Results 26 – 41 of 41) sorted by relevance

12

/illumos-gate/usr/src/boot/i386/libi386/
H A Delf32_freebsd.c57 vm_offset_t entry, bootinfop, modulep, kernend; in elf32_exec()
H A Delf64_freebsd.c75 vm_offset_t modulep, kernend; in elf64_exec()
H A Dbiosmem.c39 vm_offset_t memtop, memtop_copyin, high_heap_base;
/illumos-gate/usr/src/boot/efi/loader/arch/i386/
H A Delf32_freebsd.c67 vm_offset_t entry, bootinfop, modulep, kernend; in elf32_exec()
H A Defimd.c54 ldr_alloc(vm_offset_t va) in ldr_alloc()
/illumos-gate/usr/src/boot/i386/btx/lib/
H A Dbtxv86.h61 #define VTOP(va) ((vm_offset_t)(va) + __base)
/illumos-gate/usr/src/boot/i386/loader/
H A Dchain.c48 vm_offset_t mem = 0x100000; in command_chain()
/illumos-gate/usr/src/boot/common/
H A Dmodule.c64 static int file_load(char *, vm_offset_t, struct preloaded_file **);
78 static vm_offset_t loadaddr = 0;
326 file_load(char *filename, vm_offset_t dest, struct preloaded_file **result) in file_load()
466 vm_offset_t laddr; in build_environment_module()
530 vm_offset_t laddr; in build_font_module()
788 vm_offset_t loadaddr_saved; in mod_loadkld()
H A Dreloc_elf.c43 #define COPYOUT(s,d,l) archsw.arch_copyout((vm_offset_t)(s), d, l)
/illumos-gate/usr/src/boot/sys/sys/
H A Dparam.h194 #define btoc(x) (((vm_offset_t)(x)+PAGE_MASK)>>PAGE_SHIFT)
H A Dtypes.h255 typedef __vm_offset_t vm_offset_t; typedef
/illumos-gate/usr/src/boot/sys/i386/include/pc/
H A Dbios.h331 vm_offset_t ventry; /* entrypoint in kernel virtual segment */
/illumos-gate/usr/src/boot/include/
H A Dunistd.h537 int profil(char *, size_t, vm_offset_t, int);
/illumos-gate/usr/src/common/ficl/
H A Dloader.c351 vm_offset_t dest; in ficlCopyin()
374 vm_offset_t src; in ficlCopyout()
/illumos-gate/usr/src/boot/i386/isoboot/
H A Disoboot.c95 static vm_offset_t high_heap_base;
/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dzfsboot.c119 extern vm_offset_t high_heap_base;

12