Home
last modified time | relevance | path

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

12345678910>>...86

/freebsd-13.1/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-13.1/stand/lua/
H A Dcore.lua35 local core = {}
56 local boot_acpi = core.isSystem386() and core.getACPIPresent(false)
63 core.setACPI(true)
101 core.KEY_ENTER = 13
107 core.KEYSTR_CSI = core.KEYSTR_ESCAPE .. "["
108 core.KEYSTR_RESET = core.KEYSTR_ESCAPE .. "c"
170 core.acpi = acpi
363 core.setACPI(core.getACPIPresent(true))
374 core.loadEntropy()
383 core.loadEntropy()
[all …]
H A Dmenu.lua33 local core = require("core")
161 func = core.setDefaults,
179 func = core.setACPI,
187 "ode :", core.sm)
189 func = core.setSafeMode,
209 func = core.setVerbose,
272 core.boot()
284 core.boot()
434 if (key == core.KEY_BACKSPACE or key == core.KEY_DELETE) and
438 core.boot()
[all …]
H A Dcolor.lua31 local core = require("core")
66 return core.KEYSTR_CSI .. "3" .. color_value .. "m"
80 return core.KEYSTR_CSI .. "4" .. color_value .. "m"
99 return core.KEYSTR_CSI .. attribute ..
116 return core.KEYSTR_CSI .. "1m" .. str .. core.KEYSTR_CSI .. "22m"
/freebsd-13.1/sys/mips/cavium/
H A Docteon_wdog.c81 int core; in octeon_wdog_nmi() local
83 core = cvmx_get_core_num(); in octeon_wdog_nmi()
132 int core; in octeon_wdog_watchdog_fn() local
138 CPU_FOREACH(core) in octeon_wdog_watchdog_fn()
144 CPU_FOREACH(core) in octeon_wdog_watchdog_fn()
175 csc->csc_core = core; in octeon_wdog_setup()
180 OCTEON_IRQ_WDOG0 + core, OCTEON_IRQ_WDOG0 + core, 1, RF_ACTIVE); in octeon_wdog_setup()
183 __func__, core); in octeon_wdog_setup()
193 "cpu%u", core); in octeon_wdog_setup()
234 int core, i; in octeon_wdog_attach() local
[all …]
/freebsd-13.1/lib/libprocstat/
H A Dcore.c91 struct procstat_core *core; in procstat_core_open() local
141 if (core == NULL) { in procstat_core_open()
146 core->pc_fd = fd; in procstat_core_open()
147 core->pc_elf = e; in procstat_core_open()
148 core->pc_ehdr = ehdr; in procstat_core_open()
149 core->pc_phdr = phdr; in procstat_core_open()
151 return (core); in procstat_core_open()
166 elf_end(core->pc_elf); in procstat_core_close()
167 close(core->pc_fd); in procstat_core_close()
168 free(core); in procstat_core_close()
[all …]
/freebsd-13.1/sys/contrib/octeon-sdk/
H A Dcvmx-pow.c140 int core; in __cvmx_pow_capture_v1() local
153 for (core=0; core<num_cores; core++) in __cvmx_pow_capture_v1()
160 load_addr.sstatus.coreid = core; in __cvmx_pow_capture_v1()
220 int core; in __cvmx_pow_capture_v2() local
233 for (core=0; core<num_cores; core++) in __cvmx_pow_capture_v2()
240 load_addr.sstatus_cn68xx.coreid = core; in __cvmx_pow_capture_v2()
403 int core; in __cvmx_pow_display_v1() local
424 for (core=0; core<num_cores; core++) in __cvmx_pow_display_v1()
434 …__cvmx_pow_entry_mark_list(dump->sstatus[core][bit_cur].s_sstatus2.index, CVMX_POW_LIST_CORE + cor… in __cvmx_pow_display_v1()
574 int core; in __cvmx_pow_display_v2() local
[all …]
H A Dcvmx-debug.c232 return state.focus_core == core; in __cvmx_debug_in_focus()
239 trampoline += core; in cvmx_debug_install_handler()
298 int core; in cvmx_debug_init() local
318 core = cvmx_get_core_num(); in cvmx_debug_init()
359 state.focus_core = core; in cvmx_debug_init()
441 if (core < 10) in cvmx_debug_putcorepacket()
444 packet[7] = core + '0'; in cvmx_debug_putcorepacket()
446 else if (core < 20) in cvmx_debug_putcorepacket()
451 else if (core < 30) in cvmx_debug_putcorepacket()
632 uint64_t core; in cvmx_debug_process_packet() local
[all …]
H A Dcvmx-coremask.h119 int core) in cvmx_coremask_is_set_core() argument
123 n = core % CVMX_COREMASK_HLDRSZ; in cvmx_coremask_is_set_core()
124 i = core / CVMX_COREMASK_HLDRSZ; in cvmx_coremask_is_set_core()
137 int core) in cvmx_coremask_set_core() argument
141 n = core % CVMX_COREMASK_HLDRSZ; in cvmx_coremask_set_core()
142 i = core / CVMX_COREMASK_HLDRSZ; in cvmx_coremask_set_core()
156 int core) in cvmx_coremask_clear_core() argument
160 n = core % CVMX_COREMASK_HLDRSZ; in cvmx_coremask_clear_core()
161 i = core / CVMX_COREMASK_HLDRSZ; in cvmx_coremask_clear_core()
/freebsd-13.1/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-13.1/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-13.1/sys/dev/bhnd/bcma/
H A Dbcma_erom.c536 struct bcma_erom_core core; in bcma_erom_skip_core() local
717 if (core != NULL) in bcma_erom_seek_matching_core()
718 *core = ci; in bcma_erom_seek_matching_core()
896 info->hwrev = core->rev; in bcma_erom_to_core_info()
1108 core.device, core.rev); in bcma_erom_next_corecfg()
1116 KASSERT(core.num_mwrap + core.num_swrap <= BCMA_PID_MAX, in bcma_erom_next_corecfg()
1124 bhnd_find_core_name(core.vendor, core.device), in bcma_erom_next_corecfg()
1125 core.device, core.rev, core_unit); in bcma_erom_next_corecfg()
1131 cfg->num_wrapper_ports = core.num_mwrap + core.num_swrap; in bcma_erom_next_corecfg()
1167 if (core.num_dport > 0) { in bcma_erom_next_corecfg()
[all …]
/freebsd-13.1/sys/dev/bhnd/bhndb/
H A Dbhnd_bhndb.c78 struct bhnd_core_info core = bhnd_get_core_info(child); in bhnd_bhndb_is_hw_disabled() local
81 return (BHNDB_IS_CORE_DISABLED(device_get_parent(dev), dev, &core)); in bhnd_bhndb_is_hw_disabled()
87 struct bhnd_core_info core; in bhnd_bhndb_find_hostb_device() local
92 if ((error = BHNDB_GET_HOSTB_CORE(device_get_parent(dev), dev, &core))) in bhnd_bhndb_find_hostb_device()
96 md = bhnd_core_get_match_desc(&core); in bhnd_bhndb_find_hostb_device()
146 device_t core, bus; in bhnd_bhndb_setup_intr() local
150 core = child; in bhnd_bhndb_setup_intr()
151 while ((bus = device_get_parent(core)) != NULL) { in bhnd_bhndb_setup_intr()
155 core = bus; in bhnd_bhndb_setup_intr()
158 KASSERT(core != NULL, ("%s is not a child of %s", in bhnd_bhndb_setup_intr()
[all …]
/freebsd-13.1/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-13.1/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-13.1/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.c408 for (core = 0; core < 2; core++) { in bwn_nphy_rf_ctl_intc_override_rev7()
2262 for (core = 0; core < 2; core++) { in bwn_nphy_rev3_rssi_cal()
2333 for (core = 0; core < 2; core++) { in bwn_nphy_rev3_rssi_cal()
2910 for (core = 0; core < 2; core++) { in bwn_nphy_workarounds_rev7plus()
2943 for (core = 0; core < 2; core++) { in bwn_nphy_workarounds_rev7plus()
3036 for (core = 0; core < 2; core++) { in bwn_nphy_workarounds_rev7plus()
3058 for (core = 0; core < 2; core++) { in bwn_nphy_workarounds_rev7plus()
3205 for (core = 0; core < 2; core++) { in bwn_nphy_workarounds_rev7plus()
4025 for (core = 0; core < 2; core++) { in bwn_nphy_ipa_internal_tssi_setup()
4058 for (core = 0; core < 2; core++) { in bwn_nphy_ipa_internal_tssi_setup()
[all …]
/freebsd-13.1/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-13.1/tools/tools/netrate/tcpp/
H A Dparallelism.csh20 foreach core (`jot $cores`)
22 set mflag=`echo $ptcps / $core | bc`
23 set tflag=`echo $ntcps / $core | bc`
24 echo -n $2,${core},${trial}, >> $1
25 ./tcpp -c 192.168.100.102 -p $core -b $totalbytes -m $mflag \
/freebsd-13.1/sbin/decryptcore/
H A Ddecryptcore.c310 char core[PATH_MAX], encryptedcore[PATH_MAX], keyfile[PATH_MAX]; in main() local
322 *core = '\0'; in main()
336 if (strlcpy(core, optarg, sizeof(core)) >= sizeof(core)) in main()
378 (*keyfile != '\0' || *encryptedcore != '\0' || *core != '\0')) { in main()
395 PJDLOG_VERIFY(snprintf(core, sizeof(core), in main()
402 *core == '\0') { in main()
410 if (force && unlink(core) == -1 && errno != ENOENT) { in main()
414 ofd = open(core, O_WRONLY | O_CREAT | O_EXCL, 0600); in main()
416 pjdlog_errno(LOG_ERR, "Unable to open %s", core); in main()
421 if (unlink(core) == -1 && errno != ENOENT) in main()
/freebsd-13.1/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-13.1/sys/dev/bhnd/
H A Dbhnd_erom_if.m62 * the first bus core.
63 * @param base_addr Address of the first bus core.
66 * within the first core, this parameter should be
139 * @param cores A core table allocated by @p erom.
150 * @param desc A core match descriptor.
151 * @param[out] core On success, the matching core info record.
154 * @retval ENOENT No core matching @p desc was found.
160 struct bhnd_core_info *core;
171 * @param desc A core match descriptor.
175 * @param[out] core If not NULL, will be populated with the matched core
[all …]
/freebsd-13.1/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-13.1/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.
219 echo -n "There's a core dump here you might want to look at first... "
226 echo "core dump directory ($coredir) does not exist, creating it."
231 echo "core dump directory ($coredir) is not writable."
/freebsd-13.1/lib/libpmc/pmu-events/arch/arm64/
H A Dmapfile.csv11 # Type is core, uncore etc
15 0x00000000410fd03[[:xdigit:]],v1,arm/cortex-a53,core
16 0x00000000420f5160,v1,cavium/thunderx2,core
17 0x00000000430f0af0,v1,cavium/thunderx2,core
18 0x00000000480fd010,v1,hisilicon/hip08,core
/freebsd-13.1/tests/sys/kern/
H A Dcoredump_phnum_test.sh48 atf_check -o ignore sysctl kern.corefile=coredump_phnum_helper.core
59 gunzip coredump_phnum_helper.core.gz 2>unzip_stderr
63 zstd -qd coredump_phnum_helper.core.zst 2>unzip_stderr
80 if [ ! -f coredump_phnum_helper.core ]; then
99 rm -f coredump_phnum_helper.core

12345678910>>...86