Searched defs:max_addr (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/stand/i386/libi386/
H A Dmultiboot.c97 max_addr(void) function
/freebsd-12-stable/contrib/elftoolchain/elfcopy/
H A Dascii.c85 uint64_t max_addr; local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp229 updateSectionLoadAddress(const SectionList &section_list, Target &target, uint64_t symbolfile_addr, uint64_t symbolfile_size, uint64_t &vmaddrheuristic, uint64_t &min_addr, uint64_t &max_addr) argument
/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-bootmem.c432 void *cvmx_bootmem_alloc_range(uint64_t size, uint64_t alignment, uint64_t min_addr, uint64_t max_addr) argument
462 void *cvmx_bootmem_alloc_named_range_once(uint64_t size, uint64_t min_addr, uint64_t max_addr, uint64_t align, const char *name, void (*init)(void*)) argument
493 static void *cvmx_bootmem_alloc_named_range_flags(uint64_t size, uint64_t min_addr, uint64_t max_addr, uint64_t align, const char *name, uint32_t flags) argument
506 void *cvmx_bootmem_alloc_named_range(uint64_t size, uint64_t min_addr, uint64_t max_addr, uint64_ argument
976 cvmx_bootmem_phy_named_block_alloc(uint64_t size, uint64_t min_addr, uint64_t max_addr, uint64_t alignment, const char *name, uint32_t flags) argument
[all...]
/freebsd-12-stable/sys/compat/ndis/
H A Dkern_windrv.c359 unsigned long i, n, max_addr, *addr; local
/freebsd-12-stable/sys/vm/
H A Dvm_mmap.c1502 vm_offset_t max_addr; local
H A Dvm_map.c1803 vm_map_alignspace(vm_map_t map, vm_object_t object, vm_ooffset_t offset, vm_offset_t *addr, vm_size_t length, vm_offset_t max_addr, vm_offset_t alignment) argument
1858 vm_map_find_aligned(vm_map_t map, vm_offset_t *addr, vm_size_t length, vm_offset_t max_addr, vm_offset_t alignment) argument
1880 vm_map_find(vm_map_t map, vm_object_t object, vm_ooffset_t offset, vm_offset_t *addr, vm_size_t length, vm_offset_t max_addr, int find_space, vm_prot_t prot, vm_prot_t max, int cow) argument
2038 vm_map_find_min(vm_map_t map, vm_object_t object, vm_ooffset_t offset, vm_offset_t *addr, vm_size_t length, vm_offset_t min_addr, vm_offset_t max_addr, int find_space, vm_prot_t prot, vm_prot_t max, int cow) argument
[all...]
/freebsd-12-stable/contrib/gcc/
H A Dfinal.c1157 int max_addr = INSN_ADDRESSES (INSN_UID (max_lab)); local

Completed in 295 milliseconds