Searched refs:addrspace (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/sys/dev/bhnd/siba/
H A Dsiba_subr.c201 * Map an addrspace index to its corresponding bhnd(4) BHND_PORT_DEVICE port
204 * @param addrspace Address space index.
207 siba_addrspace_device_port(u_int addrspace) argument
209 /* The first addrspace is always mapped to device0; the remainder
211 if (addrspace == 0)
218 * Map an addrspace index to its corresponding bhnd(4) BHND_PORT_DEVICE port
221 * @param addrspace Address space index.
224 siba_addrspace_device_region(u_int addrspace) argument
226 /* The first addrspace is always mapped to device0.0; the remainder
228 if (addrspace
601 siba_admatch_offset(uint8_t addrspace) argument
[all...]
H A Dsibavar.h99 u_int siba_addrspace_device_port(u_int addrspace);
100 u_int siba_addrspace_device_region(u_int addrspace);
111 u_int siba_admatch_offset(uint8_t addrspace);
210 struct siba_addrspace addrspace[SIBA_MAX_ADDRSPACE]; /**< memory map descriptors */ member in struct:siba_devinfo
H A Dsiba_erom.c289 printf("core%u: addrspace %hhu is unsupported",
510 u_int addrspace, cfg; local
579 * Map the bhnd device port to a siba addrspace index. Unlike siba(4)
583 error = siba_addrspace_index(&sid, type, port, region, &addrspace);
588 am_offset = siba_admatch_offset(addrspace);
590 printf("addrspace %u is unsupported", addrspace);
688 for (size_t addrspace = 0; addrspace < nraddr; addrspace
[all...]
H A Dsiba.c1023 struct siba_addrspace *addrspace; local
1033 /* Look for a matching addrspace entry */
1034 addrspace = siba_find_addrspace(dinfo, port_type, port_num, region_num);
1035 if (addrspace != NULL)
1036 return (addrspace->sa_rid);
1064 /* Look for a matching addrspace entry */
1066 if (dinfo->addrspace[i].sa_rid != rid)
1095 struct siba_addrspace *addrspace; local
1106 /* Look for a matching addrspace */
1107 addrspace
1186 struct siba_addrspace *addrspace; local
[all...]
/freebsd-13-stable/sys/dev/bhnd/bhndb/
H A Dbhndbvar.h147 bhndb_addrspace addrspace; /**< child address space. */ member in struct:bhndb_devinfo
H A Dbhndb.c583 dinfo->addrspace = BHNDB_ADDRSPACE_BRIDGED;
814 return (dinfo->addrspace);
872 dinfo->addrspace = BHNDB_ADDRSPACE_NATIVE;
1347 /* Activate native addrspace resources using the host address space */
H A Dbhndb_pci.c561 dinfo->addrspace = BHNDB_ADDRSPACE_NATIVE;
/freebsd-13-stable/contrib/apr/include/
H A Dapr_thread_proc.h556 * @param addrspace Should the child start in its own address space? Default
560 apr_int32_t addrspace);
/freebsd-13-stable/contrib/apr/threadproc/unix/
H A Dproc.c308 apr_int32_t addrspace)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp571 KEYWORD(addrspace);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp1390 unsigned addrspace = local
1394 return CGF.Builder.CreateBitCast(addr, ty->getPointerTo(addrspace));

Completed in 200 milliseconds