Searched refs:pc_domain (Results 1 – 12 of 12) sorted by relevance
| /f-stack/dpdk/drivers/bus/pci/bsd/ |
| H A D | pci.c | 227 dev->addr.domain = conf->pc_sel.pc_domain; in pci_scan_one() 362 pci_addr.domain = matches[i].pc_sel.pc_domain; in rte_pci_scan() 414 .pc_domain = dev->addr.domain, in rte_pci_read_config() 458 .pc_domain = dev->addr.domain, in rte_pci_write_config()
|
| /f-stack/freebsd/sys/ |
| H A D | pciio.h | 61 u_int32_t pc_domain; /* domain number */ member
|
| H A D | pcpu.h | 193 int pc_domain; /* Memory domain. */ member
|
| /f-stack/freebsd/x86/x86/ |
| H A D | cpu_machdep.c | 1073 DOMAINSET_PREF(pc->pc_domain), M_WAITOK); in hw_mds_recalculate() 1091 DOMAINSET_PREF(pc->pc_domain), M_WAITOK); in hw_mds_recalculate() 1113 M_TEMP, DOMAINSET_PREF(pc->pc_domain), in hw_mds_recalculate() 1116 M_TEMP, DOMAINSET_PREF(pc->pc_domain), in hw_mds_recalculate()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_pmc.c | 359 domain = pcpu_find(cpu)->pc_domain; in init_hwpmc()
|
| H A D | kern_timeout.c | 323 DOMAINSET_PREF(pcpu_find(cpu)->pc_domain), M_WAITOK); in callout_cpu_init()
|
| H A D | uipc_ktls.c | 416 domain = pc->pc_domain; in ktls_init()
|
| /f-stack/freebsd/crypto/blake2/ |
| H A D | blake2_cryptodev.c | 143 pcpu_find(i)->pc_domain, FPU_KERN_NORMAL); in blake2_attach()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | mp_machdep.c | 612 __pcpu[cpuid].pc_domain = domain; in start_cpu_fdt()
|
| /f-stack/freebsd/crypto/aesni/ |
| H A D | aesni.c | 181 pcpu_find(i)->pc_domain, FPU_KERN_NORMAL); in aesni_attach()
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_hpts.c | 1980 domain = pc->pc_domain; in tcp_init_hptsi()
|
| /f-stack/freebsd/vm/ |
| H A D | uma_core.c | 1765 if (__predict_false(VM_DOMAIN_EMPTY(pc->pc_domain))) in pcpu_page_alloc() 1769 pc->pc_domain, flags); in pcpu_page_alloc()
|