HomeSort by: relevance | last modified time | path
    Searched defs:hpa (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/arch/sgimips/hpc/
hpcdma.c 121 bus_addr_t hpa; local
128 hpa = sc->sc_desc_pa;
138 hpa += sizeof(struct hpc_dma_desc); /* next chain desc */
142 hva->hdd_descptr = hpa;
150 hva->hdd_descptr = hpa;
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
pa.h 9 #include "jemalloc/internal/hpa.h"
25 hpa_central_t hpa; member in struct:pa_central_s
82 * Note that we still may do HPA operations in this arena; if use_hpa is
89 * If we never used the HPA to begin with, it wasn't initialized, and so
99 * We place a small extent cache in front of the HPA, since we intend
133 bool pa_central_init(pa_central_t *central, base_t *base, bool hpa,
143 * This isn't exposed to users; we allow late enablement of the HPA shard so
144 * that we can boot without worrying about the HPA, then turn it on in a0.
150 * We stop using the HPA when custom extent hooks are installed, but still
197 * Morally, this should do both PAC decay and the HPA deferred work. For now
    [all...]
  /src/external/bsd/jemalloc.old/dist/src/
pa.c 5 #include "jemalloc/internal/hpa.h"
19 pa_central_init(pa_central_t *central, base_t *base, bool hpa,
22 if (hpa) {
23 err = hpa_central_init(&central->hpa, base, hpa_hooks);
70 if (hpa_shard_init(&shard->hpa_shard, &shard->central->hpa, shard->emap,
135 * Fall back to the PAC if the HPA is off or couldn't serve the given
272 uint64_t hpa = local
274 if (hpa < time) {
275 time = hpa;
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
pa.h 9 #include "jemalloc/internal/hpa.h"
25 hpa_central_t hpa; member in struct:pa_central_s
82 * Note that we still may do HPA operations in this arena; if use_hpa is
89 * If we never used the HPA to begin with, it wasn't initialized, and so
99 * We place a small extent cache in front of the HPA, since we intend
133 bool pa_central_init(pa_central_t *central, base_t *base, bool hpa,
143 * This isn't exposed to users; we allow late enablement of the HPA shard so
144 * that we can boot without worrying about the HPA, then turn it on in a0.
150 * We stop using the HPA when custom extent hooks are installed, but still
197 * Morally, this should do both PAC decay and the HPA deferred work. For now
    [all...]
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
pa.h 10 #include "jemalloc/internal/hpa.h"
26 hpa_central_t hpa; member in struct:pa_central_s
83 * Note that we still may do HPA operations in this arena; if use_hpa is
90 * If we never used the HPA to begin with, it wasn't initialized, and so
128 bool pa_central_init(pa_central_t *central, base_t *base, bool hpa,
138 * This isn't exposed to users; we allow late enablement of the HPA shard so
139 * that we can boot without worrying about the HPA, then turn it on in a0.
145 * We stop using the HPA when custom extent hooks are installed, but still
195 * Morally, this should do both PAC decay and the HPA deferred work. For now,
197 * in a way that's tricky to extricate, so we only do the HPA-specific parts
    [all...]
  /src/external/bsd/jemalloc/include/jemalloc/internal/
pa.h 10 #include "jemalloc/internal/hpa.h"
26 hpa_central_t hpa; member in struct:pa_central_s
83 * Note that we still may do HPA operations in this arena; if use_hpa is
90 * If we never used the HPA to begin with, it wasn't initialized, and so
128 bool pa_central_init(pa_central_t *central, base_t *base, bool hpa,
138 * This isn't exposed to users; we allow late enablement of the HPA shard so
139 * that we can boot without worrying about the HPA, then turn it on in a0.
145 * We stop using the HPA when custom extent hooks are installed, but still
195 * Morally, this should do both PAC decay and the HPA deferred work. For now,
197 * in a way that's tricky to extricate, so we only do the HPA-specific parts
    [all...]
  /src/external/bsd/jemalloc/dist/src/
pa.c 5 #include "jemalloc/internal/hpa.h"
19 pa_central_init(pa_central_t *central, base_t *base, bool hpa,
22 if (hpa) {
23 err = hpa_central_init(&central->hpa, base, hpa_hooks);
70 if (hpa_shard_init(tsdn, &shard->hpa_shard, &shard->central->hpa,
135 * Fall back to the PAC if the HPA is off or couldn't serve the given
263 uint64_t hpa = pai_time_until_deferred_work( local
265 if (hpa < time) {
266 time = hpa;
  /src/sys/arch/hppa/dev/
apic.c 161 hppa_hpa_t hpa = ci->ci_hpa; local
216 ((hpa & 0x0ff00000) >> 4) | ((hpa & 0x000ff000) << 12));
  /src/sys/arch/hppa/include/
iomod.h 131 /* size of HPA space for any device */
208 u_int memc_hpa_h; /* HPA of CPU (high) */
213 u_int mem_hpa; /* HPA of CPU */
218 struct iomod *imm_hpa; /* HPA of Initial Memory module */
239 * A Hard Physical Address (HPA) can be broken down as follows.
244 * 256K-bytes of HPA space for each bus, however only values from
252 * A modules HPA space consists of 2 pages; the "up" bit specifies
258 struct hpa { struct
271 * provided by the HPA space). A Soft Physical Address (SPA) can be
314 * All I/O and Memory modules have 4K-bytes of HPA space associated wit
    [all...]
pdc.h 45 * HPA: Hard Physical Address (hardwired address).
138 #define PDC_HPA 6 /* return HPA of processor */
238 #define PDC_SYSTEM_MAP_TRANS_PATH 2 /* get hpa from devpath */
272 #define PDC_MEMMAP_HPA 0 /* map module # to HPA */
475 hppa_hpa_t hpa; /* HPA of processor */ member in struct:pdc_hpa
519 u_int stat; /* HPA.io_status style error returns */
554 u_long chpa; /* config space HPA */
582 u_int hpa; /* HPA for module * member in struct:pdc_memmap
587 u_int hpa; member in struct:pdc_system_map_find_mod
594 u_int hpa; member in struct:pdc_system_map_find_addr
    [all...]

Completed in 22 milliseconds