| /f-stack/dpdk/lib/librte_eal/x86/ |
| H A D | rte_cycles.c | 16 uint32_t family, model, ext_model; in rte_cpu_get_model() local 19 model = (fam_mod_step >> 4) & 0xf; in rte_cpu_get_model() 23 model += (ext_model << 4); in rte_cpu_get_model() 26 return model; in rte_cpu_get_model() 54 check_model_wsm_nhm(uint8_t model) in check_model_wsm_nhm() argument 56 switch (model) { in check_model_wsm_nhm() 73 check_model_gdm_dnv(uint8_t model) in check_model_gdm_dnv() argument 75 switch (model) { in check_model_gdm_dnv() 91 uint8_t mult, model; in get_tsc_freq_arch() local 109 model = rte_cpu_get_model(a); in get_tsc_freq_arch() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/bcm/ |
| H A D | bcm2835.yaml | 21 - raspberrypi,4-model-b 27 - raspberrypi,model-a 28 - raspberrypi,model-a-plus 29 - raspberrypi,model-b 31 - raspberrypi,model-b-rev2 32 - raspberrypi,model-b-plus 34 - raspberrypi,model-zero 35 - raspberrypi,model-zero-w 41 - raspberrypi,2-model-b 47 - raspberrypi,3-model-a-plus [all …]
|
| /f-stack/freebsd/contrib/device-tree/src/c6x/ |
| H A D | tms320c6678.dtsi | 14 model = "ti,c66x"; 19 model = "ti,c66x"; 24 model = "ti,c66x"; 29 model = "ti,c66x"; 34 model = "ti,c66x"; 39 model = "ti,c66x"; 44 model = "ti,c66x"; 49 model = "ti,c66x"; 55 model = "tms320c6678";
|
| H A D | tms320c6472.dtsi | 14 model = "ti,c64x+"; 19 model = "ti,c64x+"; 24 model = "ti,c64x+"; 29 model = "ti,c64x+"; 34 model = "ti,c64x+"; 39 model = "ti,c64x+"; 45 model = "tms320c6472";
|
| H A D | tms320c6474.dtsi | 14 model = "ti,c64x+"; 19 model = "ti,c64x+"; 24 model = "ti,c64x+"; 30 model = "tms320c6474";
|
| /f-stack/freebsd/contrib/device-tree/Bindings/clock/ |
| H A D | nspire-clock.txt | 5 "lsi,nspire-cx-ahb-divider" for the AHB divider in the CX model 6 "lsi,nspire-classic-ahb-divider" for the AHB divider in the older model 7 "lsi,nspire-cx-clock" for the base clock in the CX model 8 "lsi,nspire-classic-clock" for the base clock in the older model
|
| /f-stack/freebsd/x86/iommu/ |
| H A D | intel_quirks.c | 73 u_int model; member 100 u_int ext_family, ext_model, family_code, model, stepping; in dmar_match_quirks() local 130 model = (p[0] & CPUID_MODEL) >> 4; in dmar_match_quirks() 137 cpu_quirk->model == model && in dmar_match_quirks() 218 .ext_family = 0, .ext_model = 2, .family_code = 6, .model = 13,
|
| /f-stack/freebsd/contrib/device-tree/Bindings/c6x/ |
| H A D | soc.txt | 13 - model: specific SoC model 22 model = "tms320c6455";
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/allwinner/ |
| H A D | sun50i-h6-pine-h64-model-b.dts | 9 model = "Pine H64 model B"; 10 compatible = "pine64,pine-h64-model-b", "allwinner,sun50i-h6";
|
| /f-stack/dpdk/drivers/net/nfp/nfpcore/ |
| H A D | nfp_cppcore.c | 41 nfp_cpp_model_set(struct nfp_cpp *cpp, uint32_t model) in nfp_cpp_model_set() argument 43 cpp->model = model; in nfp_cpp_model_set() 52 if (cpp->model == 0) in nfp_cpp_model() 53 cpp->model = __nfp_cpp_model_autodetect(cpp); in nfp_cpp_model() 55 return cpp->model; in nfp_cpp_model() 392 if (!NFP_CPP_MODEL_IS_6000(cpp->model)) in nfp_xpb_to_cpp() 802 uint32_t model = 0; in __nfp_cpp_model_autodetect() local 807 if (NFP_CPP_MODEL_IS_6000(model)) { in __nfp_cpp_model_autodetect() 810 nfp_cpp_model_set(cpp, model); in __nfp_cpp_model_autodetect() 813 model &= ~0xff; in __nfp_cpp_model_autodetect() [all …]
|
| H A D | nfp_cpp.h | 20 uint32_t model; member 129 void nfp_cpp_model_set(struct nfp_cpp *cpp, uint32_t model); 206 #define NFP_CPP_MODEL_CHIP_of(model) (((model) >> 16) & 0xffff) argument 216 #define NFP_CPP_MODEL_IS_6000(model) \ argument 217 ((NFP_CPP_MODEL_CHIP_of(model) >= 0x4000) && \ 218 (NFP_CPP_MODEL_CHIP_of(model) < 0x7000))
|
| H A D | nfp_mutex.c | 39 _nfp_cpp_mutex_validate(uint32_t model, int *target, unsigned long long address) in _nfp_cpp_mutex_validate() argument 45 if (NFP_CPP_MODEL_IS_6000(model)) { in _nfp_cpp_mutex_validate() 79 uint32_t model = nfp_cpp_model(cpp); in nfp_cpp_mutex_init() local 83 err = _nfp_cpp_mutex_validate(model, &target, address); in nfp_cpp_mutex_init() 121 uint32_t model = nfp_cpp_model(cpp); in nfp_cpp_mutex_alloc() local 143 err = _nfp_cpp_mutex_validate(model, &target, address); in nfp_cpp_mutex_alloc()
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/freescale/ |
| H A D | fsl-ls2080a-simu.dts | 3 * Device Tree file for Freescale LS2080a software Simulator model 16 model = "Freescale Layerscape 2080a software Simulator model";
|
| /f-stack/freebsd/contrib/device-tree/Bindings/sound/ |
| H A D | rockchip-max98090.txt | 5 - rockchip,model: The user-visible name of this sound complex 20 rockchip,model = "ROCKCHIP-I2S"; 29 rockchip,model = "ROCKCHIP-I2S"; 37 rockchip,model = "ROCKCHIP-I2S";
|
| H A D | qcom,apq8096.txt | 53 - model: 89 qcom,model: String for soundcard name (Use model instead) 97 model = "DB820c";
|
| H A D | storm.txt | 14 - qcom,model : The user-visible name of this sound card. 20 qcom,model = "ipq806x-storm";
|
| H A D | rockchip-rt5645.txt | 5 - rockchip,model: The user-visible name of this sound complex 14 rockchip,model = "ROCKCHIP-I2S";
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_cpuinfo.c | 76 uint32_t vbuf[5], cpu[4], model; in ngx_cpuinfo() local 107 model = ((cpu[0] & 0xf0000) >> 8) | (cpu[0] & 0xf0); in ngx_cpuinfo() 109 if (model >= 0xd0) { in ngx_cpuinfo()
|
| /f-stack/dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common.c | 86 unsigned int i, model, family, brand_id, vendor; in RTE_INIT_PRIO() local 103 model = (eax >> 4) & 0x0f; in RTE_INIT_PRIO() 110 model += extended_model; in RTE_INIT_PRIO() 113 if (model == broadwell_models[i]) { in RTE_INIT_PRIO() 118 if (model == haswell_models[i]) { in RTE_INIT_PRIO()
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | octeon-model.c | 427 int model = fuse_data & 0x3fff; in octeon_model_get_string_buffer() local 429 if (suffix && model) /* Have both number and suffix in fuses, so both */ in octeon_model_get_string_buffer() 431 sprintf(fuse_model, "%d%c",model, 'A' + suffix - 1); in octeon_model_get_string_buffer() 435 … else if (suffix && !model) /* Only have suffix, so add suffix to 'normal' model number */ in octeon_model_get_string_buffer() 442 sprintf(fuse_model, "%d",model); in octeon_model_get_string_buffer()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/ |
| H A D | vexpress-scc.txt | 15 - compatible value: "arm,vexpress-scc,<model>", "arm,vexpress-scc"; 16 where <model> is the full tile model name (as used
|
| /f-stack/freebsd/amd64/vmm/intel/ |
| H A D | vmx_msr.c | 183 u_int family, model; in nehalem_cpu() local 190 model = CPUID_TO_MODEL(cpu_id); in nehalem_cpu() 192 switch (model) { in nehalem_cpu() 208 u_int family, model; in westmere_cpu() local 215 model = CPUID_TO_MODEL(cpu_id); in westmere_cpu() 217 switch (model) { in westmere_cpu()
|
| /f-stack/freebsd/contrib/device-tree/src/powerpc/ |
| H A D | iss4xx-mpic.dts | 22 model = "ibm,iss-4xx"; 36 model = "PowerPC,4xx"; // real CPU changed in sim 50 model = "PowerPC,4xx"; // real CPU changed in sim 66 model = "PowerPC,4xx"; // real CPU changed in sim 82 model = "PowerPC,4xx"; // real CPU changed in sim
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | avp.rst | 68 vif-model set to "avp". 75 first attachment will have a default vif-model of "virtio". The next two 76 network attachments will have a vif-model of "avp" and may be used with a DPDK 83 --nic net-id=${NETWORK2_UUID},vif-model=avp \ 84 --nic net-id=${NETWORK3_UUID},vif-model=avp \
|
| /f-stack/freebsd/contrib/device-tree/src/powerpc/fsl/ |
| H A D | mpc8641si-post.dtsi | 59 model = "TSEC"; 63 model = "TSEC"; 67 model = "TSEC"; 71 model = "TSEC";
|