/src/sys/arch/mips/include/ |
pte.h | 394 const bool prefetch = (pa & PGC_PREFETCH) != 0; local in function:pte_make_enter 436 if (prefetch)
|
/src/sys/arch/sparc/sparc/ |
db_disasm.c | 149 const char* prefetch[] = { variable in typeref:typename:const char * [] 176 r -- prefetch 707 {(FORMAT3(3, OP3_X(2,13), 0)), "prefetch", "pr"}, 708 {(FORMAT3(3, OP3_X(2,13), 1)), "prefetch", "qr"}, 1067 db_printf("#%s", prefetch[((insn >> 25) & 0x1f)]);
|
/src/sys/arch/sparc64/sparc64/ |
db_disasm.c | 154 const char* prefetch[] = { variable in typeref:typename:const char * [] 181 r -- prefetch 712 {(FORMAT3(3, OP3_X(2,13), 0)), "prefetch", "pr"}, 713 {(FORMAT3(3, OP3_X(2,13), 1)), "prefetch", "qr"}, 1072 db_printf("#%s", prefetch[((insn >> 25) & 0x1f)]);
|
/src/sys/dev/pci/ixgbe/ |
ixgbe_osdep.h | 162 void prefetch(void *x) function in typeref:typename:void 167 #define prefetch(x) macro
|
/src/sys/arch/arm/samsung/ |
exynos_soc.c | 177 * The prefetch values are also different for the revision 0 of the 216 uint32_t prefetch; local in function:exynos4_l2cc_init 225 prefetch = prefetch4412_r0; 227 prefetch = prefetch4412; /* newer than >= r1_0 */ 230 exynos_smc(SMC_CMD_L2X0SETUP1, tag_latency, data_latency, prefetch);
|
/src/sys/dev/pci/ |
pciconf.c | 147 int prefetch; member in struct:_s_pciconf_win_t 159 int prefetch; member in struct:_s_pciconf_bus_t 315 pb->prefetch = 1; 473 pi->prefetch = 0; 492 pm->prefetch = 0; 510 pm->prefetch = 1; 729 pi->prefetch = 0; 790 pm->prefetch = PCI_MAPREG_MEM_PREFETCHABLE(mask); 797 if (pm->prefetch) { 827 pm->prefetch = 0 [all...] |
pci_resource.c | 90 bool prefetch; member in struct:pci_iores::__anon93efe648010a::__anon93efe6480208 413 pi->pi_mem.prefetch ? "" : "non-"); 483 pi->pi_mem.prefetch = 794 if (pi->pi_mem.prefetch) { 841 pi->pi_mem.prefetch ? "" : "non-", 1022 if (pi->pi_mem.prefetch) {
|
pci_subr.c | 1051 const char *type, *prefetch; local in function:pci_conf_print_bar 1068 prefetch = ""; 1070 prefetch = "non"; 1071 printf("%s %sprefetchable memory\n", type, prefetch); 2565 printf("Resource for VF use, Memory Space, Prefetch\n");
|
/src/sys/external/bsd/ena-com/ |
ena_plat.h | 348 void prefetch(void *x) function in typeref:typename:void 353 #define prefetch(x) macro
|
/src/sys/dev/pci/cxgb/ |
cxgb_osdep.h | 227 void prefetch(void *x) function in typeref:typename:void 247 #define prefetch(x) macro
|