Searched refs:region_addr (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/bhnd/cores/chipc/
H A Dchipc_subr.c192 bhnd_addr_t region_addr; local
204 region, &region_addr, &region_size);
227 return (bus_set_resource(child, type, rid, region_addr + start, count));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp551 lldb::addr_t region_addr = data.GetPointer(&offset); local
553 if (region_addr != 0)
554 vtable_handler->ReadRegions(region_addr);
569 lldb::addr_t region_addr = local
572 return ReadRegions(region_addr);
578 lldb::addr_t region_addr) {
587 lldb::addr_t next_region = region_addr;
577 ReadRegions( lldb::addr_t region_addr) argument
H A DAppleObjCTrampolineHandler.h123 bool ReadRegions(lldb::addr_t region_addr);
/freebsd-11-stable/sys/dev/bhnd/
H A Dbhnd.h679 * @param[out] region_addr The region's base address.
687 u_int region, bhnd_addr_t *region_addr, bhnd_size_t *region_size)
690 port, region, region_addr, region_size);
686 bhnd_get_region_addr(device_t dev, bhnd_port_type port_type, u_int port, u_int region, bhnd_addr_t *region_addr, bhnd_size_t *region_size) argument

Completed in 190 milliseconds