Home
last modified time | relevance | path

Searched refs:machine (Results 1 – 25 of 220) sorted by relevance

123456789

/f-stack/dpdk/config/arm/
H A Dmeson.build6 march_opt = '-march=@0@'.format(machine)
9 arm_force_default_march = (machine == 'default')
141 # mk/machine/armv7a/rte.vars.mk sets it too
147 machine = [] variable
152 machine = impl_generic variable
165 if machine[0] == 'generic'
166 machine = impl_generic variable
176 machine = get_variable('impl_' + impl_id) variable
187 message('Implementer : ' + machine[0])
188 foreach flag: machine[1]
[all …]
/f-stack/tools/libxo/tests/xo/saved/
H A Dxo_02.XP.out63 <machine>
66 </machine>
67 <machine>
70 </machine>
71 <machine>
74 </machine>
H A Dxo_02.X.out1machine><name>red</name><memory>55</memory></machine><machine><name>green</name><memory>55</memory…
/f-stack/tools/libxo/tests/xo/
H A Dxo_02.sh49 ${XOP} --open-list machine
52 ${XOP} --depth 1 $NF --open-instance machine
54 ${XOP} --depth 1 --close-instance machine
57 ${XOP} $NF --close-list machine
/f-stack/dpdk/config/
H A Dmeson.build68 machine = host_machine.cpu() variable
70 machine = get_option('machine') variable
79 if machine == 'default' variable
82 machine = 'corei7' variable
84 machine = 'armv7-a' variable
87 machine = 'default' variable
89 machine = 'power8' variable
93 dpdk_conf.set('RTE_MACHINE', machine)
98 machine_args += '-mcpu=' + machine
99 machine_args += '-mtune=' + machine
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dmt2701-wm8960.txt4 - compatible: "mediatek,mt2701-wm8960-machine"
14 compatible = "mediatek,mt2701-wm8960-machine";
H A Dmt2701-cs42448.txt4 - compatible: "mediatek,mt2701-cs42448-machine"
17 compatible = "mediatek,mt2701-cs42448-machine";
/f-stack/freebsd/arm/arm/
H A Dplatform_if.m36 #include <machine/machdep.h>
37 #include <machine/platform.h>
38 #include <machine/platformvar.h>
39 #include <machine/smp.h>
40 #include <machine/vmparam.h>
H A Dplatform_pl310_if.m34 #include <machine/bus.h>
35 #include <machine/pl310.h>
36 #include <machine/platformvar.h>
/f-stack/freebsd/kern/
H A Dkern_xxx.c262 strcpy(s, machine); in ogetkerninfo()
383 len = sizeof uap->name->machine; in freebsd4_uname()
384 error = userland_sysctl(td, name, 2, uap->name->machine, &len, in freebsd4_uname()
388 subyte( uap->name->machine + sizeof(uap->name->machine) - 1, 0); in freebsd4_uname()
/f-stack/dpdk/drivers/net/enic/
H A Dmeson.build25 # Build the avx2 handler if the compiler supports it, even though 'machine'
26 # does not. This is to support users who build for the min supported machine
/f-stack/freebsd/contrib/device-tree/Bindings/reserved-memory/
H A Dxen,shared-memory.txt4 virtual machine. Typically, a region is configured at VM creation time
19 64 bit integer offset within the owner virtual machine's shared
/f-stack/freebsd/amd64/amd64/
H A Delf_machdep.c162 .machine = EM_X86_64,
174 .machine = EM_X86_64,
201 .machine = EM_X86_64,
216 .machine = EM_X86_64,
/f-stack/freebsd/i386/i386/
H A Delf_machdep.c91 .machine = EM_386,
107 .machine = EM_386,
123 .machine = EM_386,
/f-stack/tools/libxo/doc/
H A Dxo.rst162 In the following example, a list named "machine" is created with three
166 xo $opts --open-list machine
169 xo $opts --depth 1 $NF --open-instance machine
171 xo $opts --depth 1 --close-instance machine
174 xo $opts $NF --close-list machine
176 The normal `libxo` functions use a state machine to help these
/f-stack/freebsd/mips/broadcom/
H A Dstd.broadcom4 machine mips mipsel
/f-stack/freebsd/arm/ti/
H A Dstd.ti3 machine arm armv7
/f-stack/freebsd/arm/mv/armada38x/
H A Dstd.armada38x4 machine arm armv7
/f-stack/freebsd/arm/altera/socfpga/
H A Dstd.socfpga4 machine arm armv7
/f-stack/freebsd/arm/freescale/imx/
H A Dstd.imx512 machine arm armv7
H A Dstd.imx532 machine arm armv7
H A Dstd.imx62 machine arm armv7
/f-stack/freebsd/arm/freescale/vybrid/
H A Dstd.vybrid4 machine arm armv7
/f-stack/freebsd/arm/nvidia/tegra124/
H A Dstd.tegra1243 machine arm armv7
/f-stack/freebsd/mips/atheros/
H A Dstd.ar71xx7 machine mips mips

123456789