Home
last modified time | relevance | path

Searched refs:core (Results 1 – 25 of 2221) sorted by relevance

12345678910>>...89

/freebsd/lib/libpmc/pmu-events/arch/x86/
H A Dmapfile.csv2 GenuineIntel-6-56,v5,broadwellde,core
3 GenuineIntel-6-3D,v17,broadwell,core
4 GenuineIntel-6-47,v17,broadwell,core
5 GenuineIntel-6-4F,v10,broadwellx,core
6 GenuineIntel-6-1C,v4,bonnell,core
7 GenuineIntel-6-26,v4,bonnell,core
8 GenuineIntel-6-27,v4,bonnell,core
9 GenuineIntel-6-36,v4,bonnell,core
10 GenuineIntel-6-35,v4,bonnell,core
11 GenuineIntel-6-5C,v8,goldmont,core
[all …]
/freebsd/stand/lua/
H A Dcore.lua33 local core = {}
87 core.KEY_BACKSPACE = 8
88 core.KEY_ENTER = 13
89 core.KEY_DELETE = 127
94 core.KEYSTR_CSI = core.KEYSTR_ESCAPE .. "["
95 core.KEYSTR_RESET = core.KEYSTR_ESCAPE .. "c"
163 core.acpi = acpi
183 core.sm = safe_mode
383 core.loadEntropy()
392 core.loadEntropy()
[all …]
H A Dmenu.lua31 local core = require("core")
166 func = core.setDefaults,
179 visible = core.hasACPI,
184 func = core.setACPI,
192 "ode :", core.sm)
214 func = core.setVerbose,
283 core.boot()
295 core.boot()
451 if (key == core.KEY_BACKSPACE or key == core.KEY_DELETE) and
455 core.boot()
[all …]
H A Dcolor.lua29 local core = require("core")
64 return core.KEYSTR_CSI .. "3" .. color_value .. "m"
78 return core.KEYSTR_CSI .. "4" .. color_value .. "m"
97 return core.KEYSTR_CSI .. attribute ..
114 return core.KEYSTR_CSI .. "1m" .. str .. core.KEYSTR_CSI .. "22m"
/freebsd/lib/libpmc/pmu-events/arch/arm64/
H A Dmapfile.csv11 # Type is core, uncore etc
15 0x00000000410fd020,v1,arm/cortex-a34,core
16 0x00000000410fd030,v1,arm/cortex-a53,core
17 0x00000000420f1000,v1,arm/cortex-a53,core
18 0x00000000410fd040,v1,arm/cortex-a35,core
19 0x00000000410fd050,v1,arm/cortex-a55,core
20 0x00000000410fd060,v1,arm/cortex-a65,core
23 0x00000000410fd090,v1,arm/cortex-a73,core
24 0x00000000410fd0a0,v1,arm/cortex-a75,core
30 0x00000000410fd440,v1,arm/cortex-x1,core
[all …]
/freebsd/lib/libprocstat/
H A Dcore.c88 struct procstat_core *core; in procstat_core_open() local
138 if (core == NULL) { in procstat_core_open()
143 core->pc_fd = fd; in procstat_core_open()
144 core->pc_elf = e; in procstat_core_open()
145 core->pc_ehdr = ehdr; in procstat_core_open()
146 core->pc_phdr = phdr; in procstat_core_open()
148 return (core); in procstat_core_open()
163 elf_end(core->pc_elf); in procstat_core_close()
164 close(core->pc_fd); in procstat_core_close()
165 free(core); in procstat_core_close()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dmvebu-core-clock.txt53 "marvell,armada-370-core-clock" - For Armada 370 SoC core clocks
54 "marvell,armada-375-core-clock" - For Armada 375 SoC core clocks
55 "marvell,armada-380-core-clock" - For Armada 380/385 SoC core clocks
56 "marvell,armada-390-core-clock" - For Armada 39x SoC core clocks
57 "marvell,armada-xp-core-clock" - For Armada XP SoC core clocks
58 "marvell,mv98dx3236-core-clock" - For 98dx3236 family SoC core clocks
59 "marvell,dove-core-clock" - for Dove SoC core clocks
63 "marvell,mv88f5181-core-clock" - for Orion MV88F5181 SoC
76 core_clk: core-clocks@d0214 {
77 compatible = "marvell,dove-core-clock";
[all …]
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dti,c64x+megamod-pic.txt6 The core interrupt controller provides 16 prioritized interrupts to the
7 C64X+ core. Priority 0 and 1 are used for reset and NMI respectively.
9 sources coming from outside the core.
13 - compatible: Should be "ti,c64x+core-pic";
18 Single cell specifying the core interrupt priority level (4-15) where
26 compatible = "ti,c64x+core-pic";
35 may be cascaded into the core interrupt controller. The megamodule PIC
36 has a total of 12 outputs cascading into the core interrupt controller.
37 One for each core interrupt priority level. In addition to the combined
41 considered to have the core interrupt controller as the parent.
[all …]
/freebsd/sys/dev/bhnd/bcma/
H A Dbcma_erom.c533 struct bcma_erom_core core; in bcma_erom_skip_core() local
714 if (core != NULL) in bcma_erom_seek_matching_core()
715 *core = ci; in bcma_erom_seek_matching_core()
893 info->hwrev = core->rev; in bcma_erom_to_core_info()
1105 core.device, core.rev); in bcma_erom_next_corecfg()
1113 KASSERT(core.num_mwrap + core.num_swrap <= BCMA_PID_MAX, in bcma_erom_next_corecfg()
1121 bhnd_find_core_name(core.vendor, core.device), in bcma_erom_next_corecfg()
1122 core.device, core.rev, core_unit); in bcma_erom_next_corecfg()
1128 cfg->num_wrapper_ports = core.num_mwrap + core.num_swrap; in bcma_erom_next_corecfg()
1164 if (core.num_dport > 0) { in bcma_erom_next_corecfg()
[all …]
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhnd_bhndb.c75 struct bhnd_core_info core = bhnd_get_core_info(child); in bhnd_bhndb_is_hw_disabled() local
78 return (BHNDB_IS_CORE_DISABLED(device_get_parent(dev), dev, &core)); in bhnd_bhndb_is_hw_disabled()
84 struct bhnd_core_info core; in bhnd_bhndb_find_hostb_device() local
89 if ((error = BHNDB_GET_HOSTB_CORE(device_get_parent(dev), dev, &core))) in bhnd_bhndb_find_hostb_device()
93 md = bhnd_core_get_match_desc(&core); in bhnd_bhndb_find_hostb_device()
143 device_t core, bus; in bhnd_bhndb_setup_intr() local
147 core = child; in bhnd_bhndb_setup_intr()
148 while ((bus = device_get_parent(core)) != NULL) { in bhnd_bhndb_setup_intr()
152 core = bus; in bhnd_bhndb_setup_intr()
155 KASSERT(core != NULL, ("%s is not a child of %s", in bhnd_bhndb_setup_intr()
[all …]
/freebsd/tools/test/stress2/misc/
H A Dcore.sh36 rm -f core
37 sed '1,/^EOF/d' < $odir/$0 > core.c
38 mycc -o core -Wall core.c
39 rm -f core.c
44 /tmp/core &
50 rm -f /tmp/core
H A Dcore5.sh62 char core[80];
64 snprintf(core, sizeof(core), "%s.core", argv[0]);
66 if (unlink(core) == -1)
68 warn("unlink(%s)", core);
76 if (unlink(core) == -1)
78 warn("unlink(%s)", core);
120 rm -f /tmp/core5 /tmp/core5-dumper* /tmp/core5-dumper*.core
/freebsd/contrib/file/magic/Magdir/
H A Dnetbsd53 0 name netbsd-core
67 >0 use netbsd-core
79 >0 use \^netbsd-core
91 >0 use \^netbsd-core
103 >0 use netbsd-core
106 >0 use netbsd-core
130 >0 use netbsd-core
142 >0 use netbsd-core
154 >0 use netbsd-core
177 >0 use netbsd-core
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenCLExtensions.def17 // an extension is core or optional core and minimum OpenCL version
19 // define OPENCL_GENERIC_EXTENSION(ext, pragma, avail, core, opt) where
20 // ext - name of the extension or optional core feature.
26 // core - OpenCL versions mask when the extension becomes core feature.
27 // 0U indicates not a core feature.
28 // opt - OpenCL versions mask when the extension becomes optional core
29 // feature. 0U indicates not a optional core feature.
34 // Difference between optional core feature and core feature is that the
45 // semantics in the language compared to the core standard. #pragma directive
46 // has no effect for optional core and core features.
[all …]
/freebsd/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.c406 for (core = 0; core < 2; core++) { in bwn_nphy_rf_ctl_intc_override_rev7()
2260 for (core = 0; core < 2; core++) { in bwn_nphy_rev3_rssi_cal()
2331 for (core = 0; core < 2; core++) { in bwn_nphy_rev3_rssi_cal()
2908 for (core = 0; core < 2; core++) { in bwn_nphy_workarounds_rev7plus()
2941 for (core = 0; core < 2; core++) { in bwn_nphy_workarounds_rev7plus()
3034 for (core = 0; core < 2; core++) { in bwn_nphy_workarounds_rev7plus()
3056 for (core = 0; core < 2; core++) { in bwn_nphy_workarounds_rev7plus()
3203 for (core = 0; core < 2; core++) { in bwn_nphy_workarounds_rev7plus()
4023 for (core = 0; core < 2; core++) { in bwn_nphy_ipa_internal_tssi_setup()
4056 for (core = 0; core < 2; core++) { in bwn_nphy_ipa_internal_tssi_setup()
[all …]
/freebsd/lib/libpmc/pmu-events/arch/s390/
H A Dmapfile.csv2 209[78],1,cf_z10,core
3 281[78],1,cf_z196,core
4 282[78],1,cf_zec12,core
5 296[45],1,cf_z13,core
6 3906,3,cf_z14,core
/freebsd/tools/tools/netrate/tcpp/
H A Dparallelism.csh19 foreach core (`jot $cores`)
21 set mflag=`echo $ptcps / $core | bc`
22 set tflag=`echo $ntcps / $core | bc`
23 echo -n $2,${core},${trial}, >> $1
24 ./tcpp -c 192.168.100.102 -p $core -b $totalbytes -m $mflag \
/freebsd/contrib/one-true-awk/testdir/
H A DT.misc7 rm -f core
79 if test -r core; then echo 1>&2 "BAD: T.misc /etc/passwd dropped core"; fi
88 if test -r core; then
90 rm -f core
161 if test -r core; then echo 1>&2 "BAD: T.misc getline ans dropped core"; fi
165 if test -r core; then echo 1>&2 "BAD: T.misc unireghf dropped core"; fi
169 if test -r core; then echo 1>&2 "BAD: T.misc nonterminated dropped core"; fi
267 if test -r core; then echo 1>&2 "BAD: T.misc 1E40 dropped core"; fi
275 if test -r core; then echo 1>&2 "BAD: T.misc first/abs dropped core"; fi
280 if test -r core; then echo 1>&2 "BAD: T.misc split! dropped core"; fi
[all …]
/freebsd/sbin/decryptcore/
H A Ddecryptcore.c309 char core[PATH_MAX], encryptedcore[PATH_MAX], keyfile[PATH_MAX]; in main() local
321 *core = '\0'; in main()
335 if (strlcpy(core, optarg, sizeof(core)) >= sizeof(core)) in main()
377 (*keyfile != '\0' || *encryptedcore != '\0' || *core != '\0')) { in main()
394 PJDLOG_VERIFY(snprintf(core, sizeof(core), in main()
401 *core == '\0') { in main()
409 if (force && unlink(core) == -1 && errno != ENOENT) { in main()
413 ofd = open(core, O_WRONLY | O_CREAT | O_EXCL, 0600); in main()
415 pjdlog_errno(LOG_ERR, "Unable to open %s", core); in main()
420 if (unlink(core) == -1 && errno != ENOENT) in main()
/freebsd/sys/contrib/device-tree/src/c6x/
H A Dtms320c6678.dtsi61 compatible = "ti,c64x+core-pic";
81 ti,core-mask = < 0x01 >;
87 ti,core-mask = < 0x02 >;
93 ti,core-mask = < 0x04 >;
99 ti,core-mask = < 0x08 >;
105 ti,core-mask = < 0x10 >;
111 ti,core-mask = < 0x20 >;
117 ti,core-mask = < 0x40 >;
123 ti,core-mask = < 0x80 >;
/freebsd/sys/dev/bhnd/
H A Dbhnd_erom_if.m61 * the first bus core.
62 * @param base_addr Address of the first bus core.
65 * within the first core, this parameter should be
138 * @param cores A core table allocated by @p erom.
149 * @param desc A core match descriptor.
150 * @param[out] core On success, the matching core info record.
153 * @retval ENOENT No core matching @p desc was found.
159 struct bhnd_core_info *core;
170 * @param desc A core match descriptor.
174 * @param[out] core If not NULL, will be populated with the matched core
[all …]
/freebsd/sys/contrib/openzfs/scripts/
H A Dzloop.sh44 [-m <max core dumps>] [-s <vdev size>] [-t <timeout>]
49 vdev files, and core file (if one exists) are moved to the
54 -c Specify a core dump directory to use.
57 -l Create 'ztest.core.N' symlink to core directory.
58 -m Max number of core dumps to allow before exiting.
218 echo -n "There's a core dump here you might want to look at first... "
225 echo "core dump directory ($coredir) does not exist, creating it."
230 echo "core dump directory ($coredir) is not writable."
/freebsd/sys/contrib/device-tree/Bindings/mips/loongson/
H A Ddevices.yaml5 $schema: http://devicetree.org/meta-schemas/core.yaml#
22 - const: loongson,loongson64c-4core-ls7a
26 - const: loongson,loongson64c-4core-rs780e
30 - const: loongson,loongson64c-8core-rs780e
34 - const: loongson,loongson64g-4core-ls7a
38 - const: loongson,loongson64v-4core-virtio
/freebsd/tests/sys/kern/
H A Dcoredump_phnum_test.sh47 atf_check -o ignore sysctl kern.corefile=coredump_phnum_helper.core
58 gunzip coredump_phnum_helper.core.gz 2>unzip_stderr
62 zstd -qd coredump_phnum_helper.core.zst 2>unzip_stderr
79 if [ ! -f coredump_phnum_helper.core ]; then
98 rm -f coredump_phnum_helper.core
/freebsd/sys/contrib/device-tree/Bindings/display/msm/
H A Dhdmi.yaml6 $schema: http://devicetree.org/meta-schemas/core.yaml#
54 core-vdda-supply:
61 core-vcc-supply:
127 - const: core
130 core-vcc-supplies: false
149 - const: core
166 clock-names = "core",
173 core-vdda-supply = <&pm8921_hdmi_mvs>;
206 "core",
217 core-vdda-supply = <&vreg_l12a_1p8>;
[all …]

12345678910>>...89