Home
last modified time | relevance | path

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

12345678910>>...43

/freebsd-13-stable/lib/libpmc/pmu-events/arch/x86/
HDmapfile.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-stable/stand/lua/
HDcore.lua33 local core = {}
54 local boot_acpi = core.isSystem386() and core.getACPIPresent(false)
61 core.setACPI(true)
63 core.setSingleUser(default_single_user)
64 core.setVerbose(default_verbose)
98 core.KEY_BACKSPACE = 8
99 core.KEY_ENTER = 13
100 core.KEY_DELETE = 127
104 core.KEYSTR_ESCAPE = "\027"
105 core.KEYSTR_CSI = core.KEYSTR_ESCAPE .. "["
[all …]
HDmenu.lua31 local core = require("core")
41 entry_type = core.MENU_RETURN,
75 [core.MENU_ENTRY] = function(_, entry)
79 [core.MENU_CAROUSEL_ENTRY] = function(_, entry)
93 [core.MENU_SUBMENU] = function(_, entry)
96 [core.MENU_RETURN] = function(_, entry)
111 entry_type = core.MENU_CAROUSEL_ENTRY,
113 items = core.bootenvList,
139 entry_type = core.MENU_ENTRY,
141 return core.isRewinded() == false
[all …]
HDcolor.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"
HDloader.lua36 local core = require("core")
42 if core.isUEFIBoot() then
48 printc(core.KEYSTR_RESET)
52 if not core.isMenuSkipped() then
/freebsd-13-stable/lib/libpmc/pmu-events/arch/arm64/
HDmapfile.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
21 0x00000000410fd070,v1,arm/cortex-a57-a72,core
22 0x00000000410fd080,v1,arm/cortex-a57-a72,core
23 0x00000000410fd090,v1,arm/cortex-a73,core
[all …]
/freebsd-13-stable/sys/mips/cavium/
HDocteon_wdog.c79 int core; in octeon_wdog_nmi() local
81 core = cvmx_get_core_num(); in octeon_wdog_nmi()
83 printf("cpu%u: NMI detected\n", core); in octeon_wdog_nmi()
84 printf("cpu%u: Exception PC: %p\n", core, (void *)mips_rd_excpc()); in octeon_wdog_nmi()
85 printf("cpu%u: status %#x cause %#x\n", core, mips_rd_status(), mips_rd_cause()); in octeon_wdog_nmi()
98 octeon_watchdog_arm_core(int core) in octeon_watchdog_arm_core() argument
103 cvmx_write_csr(CVMX_CIU_PP_POKEX(core), 1); in octeon_watchdog_arm_core()
116 cvmx_write_csr(CVMX_CIU_WDOGX(core), ciu_wdog.u64); in octeon_watchdog_arm_core()
120 octeon_watchdog_disarm_core(int core) in octeon_watchdog_disarm_core() argument
123 cvmx_write_csr(CVMX_CIU_WDOGX(core), 0); in octeon_watchdog_disarm_core()
[all …]
/freebsd-13-stable/sys/contrib/octeon-sdk/
HDcvmx-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()
167 dump->sstatus[core][bits].u64 = -1; in __cvmx_pow_capture_v1()
169 dump->sstatus[core][bits].u64 = cvmx_read_csr(load_addr.u64); 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()
244 dump->sstatus[core][bits].u64 = cvmx_read_csr(load_addr.u64); in __cvmx_pow_capture_v2()
403 int core; in __cvmx_pow_display_v1() local
[all …]
HDcvmx-debug.c230 static inline int __cvmx_debug_in_focus(cvmx_debug_state_t state, unsigned core) in __cvmx_debug_in_focus() argument
232 return state.focus_core == core; in __cvmx_debug_in_focus()
235 static void cvmx_debug_install_handler(unsigned core) in cvmx_debug_install_handler() argument
239 trampoline += core; in cvmx_debug_install_handler()
243 cvmx_debug_printf("Debug handled installed on core %d at %p\n", core, trampoline); in cvmx_debug_install_handler()
298 int core; in cvmx_debug_init() local
318 core = cvmx_get_core_num(); in cvmx_debug_init()
330 cvmx_debug_install_handler(core); in cvmx_debug_init()
343 state.known_cores |= (1u << core); in cvmx_debug_init()
344 state.core_finished &= ~(1u << core); in cvmx_debug_init()
[all …]
HDcvmx-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-stable/lib/libprocstat/
HDcore.c79 static bool core_offset(struct procstat_core *core, off_t offset);
80 static bool core_read(struct procstat_core *core, void *buf, size_t len);
81 static ssize_t core_read_mem(struct procstat_core *core, void *buf,
83 static void *get_args(struct procstat_core *core, vm_offset_t psstrings,
89 struct procstat_core *core; in procstat_core_open() local
138 core = malloc(sizeof(struct procstat_core)); in procstat_core_open()
139 if (core == NULL) { in procstat_core_open()
143 core->pc_magic = PROCSTAT_CORE_MAGIC; in procstat_core_open()
144 core->pc_fd = fd; in procstat_core_open()
145 core->pc_elf = e; in procstat_core_open()
[all …]
/freebsd-13-stable/sys/contrib/device-tree/Bindings/clock/
HDmvebu-core-clock.txt3 Marvell MVEBU SoCs usually allow to determine core clock frequencies by
4 reading the Sample-At-Reset (SAR) register. The core clock consumer should
53 "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
60 "marvell,kirkwood-core-clock" - for Kirkwood SoC (except mv88f6180)
[all …]
/freebsd-13-stable/sys/dev/bhnd/bcma/
HDbcma_erom.c90 struct bhnd_core_info *core);
93 struct bcma_erom_core *core);
101 static void bcma_erom_to_core_info(const struct bcma_erom_core *core,
203 struct bhnd_core_info *core) in bcma_erom_lookup_core() argument
208 return (bcma_erom_seek_matching_core(sc, desc, core)); in bcma_erom_lookup_core()
214 struct bhnd_core_info *core, bhnd_addr_t *addr, bhnd_size_t *size) in bcma_erom_lookup_core_addr() argument
227 if ((error = bcma_erom_seek_matching_core(sc, desc, core))) in bcma_erom_lookup_core_addr()
378 struct bcma_erom_core core; in bcma_erom_get_core_table() local
388 if ((error = bcma_erom_parse_core(sc, &core))) in bcma_erom_get_core_table()
403 struct bcma_erom_core core; in bcma_erom_get_core_table() local
[all …]
/freebsd-13-stable/sys/contrib/device-tree/Bindings/interrupt-controller/
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
39 the core interrupt controller. When an individual interrupt is cascaded,
[all …]
/freebsd-13-stable/sys/dev/bhnd/bhndb/
HDbhnd_bhndb.c76 struct bhnd_core_info core = bhnd_get_core_info(child); in bhnd_bhndb_is_hw_disabled() local
79 return (BHNDB_IS_CORE_DISABLED(device_get_parent(dev), dev, &core)); in bhnd_bhndb_is_hw_disabled()
85 struct bhnd_core_info core; in bhnd_bhndb_find_hostb_device() local
90 if ((error = BHNDB_GET_HOSTB_CORE(device_get_parent(dev), dev, &core))) in bhnd_bhndb_find_hostb_device()
94 md = bhnd_core_get_match_desc(&core); in bhnd_bhndb_find_hostb_device()
144 device_t core, bus; in bhnd_bhndb_setup_intr() local
148 core = child; in bhnd_bhndb_setup_intr()
149 while ((bus = device_get_parent(core)) != NULL) { in bhnd_bhndb_setup_intr()
153 core = bus; in bhnd_bhndb_setup_intr()
156 KASSERT(core != NULL, ("%s is not a child of %s", in bhnd_bhndb_setup_intr()
[all …]
/freebsd-13-stable/contrib/file/magic/Magdir/
HDnetbsd53 0 name netbsd-core
66 0 belong&0377777777 041400507 a.out NetBSD/i386 core
67 >0 use netbsd-core
78 0 belong&0377777777 041600507 a.out NetBSD/m68k core
79 >0 use \^netbsd-core
90 0 belong&0377777777 042000507 a.out NetBSD/m68k4k core
91 >0 use \^netbsd-core
102 0 belong&0377777777 042200507 a.out NetBSD/ns32532 core
103 >0 use netbsd-core
105 0 belong&0377777777 045200507 a.out NetBSD/powerpc core
[all …]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDOpenCLExtensions.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-stable/sys/gnu/dev/bwn/phy_n/
HDif_bwn_phy_n_core.c213 uint16_t value, uint8_t core, bool off, in bwn_nphy_rf_ctl_override_rev19() argument
221 uint16_t value, uint8_t core, bool off, in bwn_nphy_rf_ctl_override_rev7() argument
259 if (!core || (core & (1 << i))) { in bwn_nphy_rf_ctl_override_rev7()
271 uint16_t value, uint8_t core, bool off) in bwn_nphy_rf_ctl_override_one_to_many() argument
284 bwn_nphy_rf_ctl_override_rev7(mac, 0x20, value, core, off, 1); in bwn_nphy_rf_ctl_override_one_to_many()
285 bwn_nphy_rf_ctl_override_rev7(mac, 0x10, value, core, off, 1); in bwn_nphy_rf_ctl_override_one_to_many()
286 bwn_nphy_rf_ctl_override_rev7(mac, 0x08, value, core, off, 1); in bwn_nphy_rf_ctl_override_one_to_many()
289 bwn_nphy_rf_ctl_override_rev7(mac, 0x4, value, core, off, 1); in bwn_nphy_rf_ctl_override_one_to_many()
290 bwn_nphy_rf_ctl_override_rev7(mac, 0x2, value, core, off, 1); in bwn_nphy_rf_ctl_override_one_to_many()
291 bwn_nphy_rf_ctl_override_rev7(mac, 0x1, value, core, off, 1); in bwn_nphy_rf_ctl_override_one_to_many()
[all …]
/freebsd-13-stable/lib/libpmc/pmu-events/arch/s390/
HDmapfile.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-stable/tools/tools/netrate/tcpp/
HDparallelism.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-13-stable/sbin/decryptcore/
HDdecryptcore.c308 char core[PATH_MAX], encryptedcore[PATH_MAX], keyfile[PATH_MAX]; in main() local
320 *core = '\0'; in main()
334 if (strlcpy(core, optarg, sizeof(core)) >= sizeof(core)) in main()
376 (*keyfile != '\0' || *encryptedcore != '\0' || *core != '\0')) { in main()
393 PJDLOG_VERIFY(snprintf(core, sizeof(core), in main()
400 *core == '\0') { in main()
408 if (force && unlink(core) == -1 && errno != ENOENT) { in main()
412 ofd = open(core, O_WRONLY | O_CREAT | O_EXCL, 0600); in main()
414 pjdlog_errno(LOG_ERR, "Unable to open %s", core); in main()
419 if (unlink(core) == -1 && errno != ENOENT) in main()
/freebsd-13-stable/sys/dev/bhnd/
HDbhnd_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
121 * @param[out] cores The table of parsed core descriptors.
122 * @param[out] num_cores The number of core records in @p cores.
138 * @param cores A core table allocated by @p erom.
146 * Locate the first core table entry in @p erom that matches @p desc.
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.
[all …]
/freebsd-13-stable/sys/contrib/device-tree/src/c6x/
HDtms320c6678.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-stable/sys/contrib/openzfs/scripts/
HDzloop.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-stable/tests/sys/kern/
HDcoredump_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

12345678910>>...43