Home
last modified time | relevance | path

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

12345678910>>...33

/freebsd-12.1/stand/lua/
H A Dcore.lua35 local core = {}
54 local boot_acpi = core.isSystem386() and core.getACPIPresent(false)
61 core.setACPI(true)
82 core.KEY_BACKSPACE = 8
83 core.KEY_ENTER = 13
84 core.KEY_DELETE = 127
89 core.KEYSTR_CSI = core.KEYSTR_ESCAPE .. "["
151 core.acpi = acpi
175 core.sm = safe_mode
286 core.setACPI(core.getACPIPresent(true))
[all …]
H A Dmenu.lua33 local core = require("core")
158 func = core.setDefaults,
176 func = core.setACPI,
184 "ode :", core.sm)
186 func = core.setSafeMode,
206 func = core.setVerbose,
247 core.boot()
260 core.boot()
387 if (key == core.KEY_BACKSPACE or key == core.KEY_DELETE) and
391 core.boot()
[all …]
H A Dcolor.lua31 local core = require("core")
56 return not core.isSerialBoot()
65 return core.KEYSTR_CSI .. "3" .. color_value .. "m"
79 return core.KEYSTR_CSI .. "4" .. color_value .. "m"
98 return core.KEYSTR_CSI .. attribute ..
115 return core.KEYSTR_CSI .. "1m" .. str .. core.KEYSTR_CSI .. "22m"
/freebsd-12.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-12.1/contrib/binutils/bfd/
H A Drs6000-core.c278 if (CORE_NEW (*core)) in read_hdr()
310 CoreHdr core; in rs6000coff_core_p() local
331 if (CORE_NEW (core)) in rs6000coff_core_p()
416 if (!CORE_NEW (core) && (c_loader < (file_ptr) sizeof core.old || in rs6000coff_core_p()
430 size = CORE_NEW (core) ? sizeof (core.new) : sizeof (core.old); in rs6000coff_core_p()
440 if (CORE_NEW (core)) in rs6000coff_core_p()
638 CoreHdr core; in rs6000coff_core_file_matches_executable_p() local
649 if (CORE_NEW (core)) in rs6000coff_core_file_matches_executable_p()
654 if (CORE_NEW (core) && CNEW_PROC64 (core.new)) in rs6000coff_core_file_matches_executable_p()
716 CNEW_COMM (core->new) : COLD_COMM (core->old); in rs6000coff_core_file_failing_command()
[all …]
H A Dnetbsd-core.c49 struct core core; member
61 struct core core; in netbsd_core_file_p() local
63 bfd_size_type amt = sizeof core; in netbsd_core_file_p()
65 val = bfd_bread (&core, amt, abfd); in netbsd_core_file_p()
66 if (val != sizeof core) in netbsd_core_file_p()
84 rawptr->core = core; in netbsd_core_file_p()
87 offset = core.c_hdrsize; in netbsd_core_file_p()
88 for (i = 0; i < core.c_nseg; i++) in netbsd_core_file_p()
108 offset += core.c_seghdrsize; in netbsd_core_file_p()
142 switch (CORE_GETMID (core)) in netbsd_core_file_p()
[all …]
H A Dconfigure.in186 COREFILE=trad-core.lo
202 hppa*-*-bsd*) COREFILE="hpux-core.lo hppabsd-core.lo"
209 COREFILE=trad-core.lo
216 COREFILE=trad-core.lo
223 COREFILE=trad-core.lo
234 COREFILE=trad-core.lo
251 COREFILE=trad-core.lo
257 COREFILE=sco5-core.lo
262 COREFILE=trad-core.lo
268 COREFILE=trad-core.lo
[all …]
H A Dcorefile.c136 char *core; in generic_core_file_matches_executable_p() local
147 core = (char *) bfd_core_file_failing_command (core_bfd); in generic_core_file_matches_executable_p()
148 if (core == NULL) in generic_core_file_matches_executable_p()
155 last_slash = strrchr (core, '/'); in generic_core_file_matches_executable_p()
157 core = last_slash + 1; in generic_core_file_matches_executable_p()
163 return strcmp (exec, core) == 0; in generic_core_file_matches_executable_p()
H A Daoutf1.h561 struct internal_sunos_core *core; in sunos4_core_file_p() local
610 core = &mergem->internal_sunos_core; in sunos4_core_file_p()
614 swapcore_sparc (abfd, extcore, core); in sunos4_core_file_p()
617 swapcore_sun3 (abfd, extcore, core); in sunos4_core_file_p()
628 abfd->tdata.sun_core_data->hdr = core; in sunos4_core_file_p()
656 core_stacksec (abfd)->size = core->c_ssize; in sunos4_core_file_p()
657 core_datasec (abfd)->size = core->c_dsize; in sunos4_core_file_p()
658 core_regsec (abfd)->size = core->c_regs_size; in sunos4_core_file_p()
661 core_stacksec (abfd)->vma = (core->c_stacktop - core->c_ssize); in sunos4_core_file_p()
666 core_stacksec (abfd)->filepos = core->c_len + core->c_dsize; in sunos4_core_file_p()
[all …]
/freebsd-12.1/sys/mips/cavium/
H A Docteon_wdog.c80 int core; in octeon_wdog_nmi() local
82 core = cvmx_get_core_num(); in octeon_wdog_nmi()
131 int core; in octeon_wdog_watchdog_fn() local
137 CPU_FOREACH(core) in octeon_wdog_watchdog_fn()
143 CPU_FOREACH(core) in octeon_wdog_watchdog_fn()
174 csc->csc_core = core; in octeon_wdog_setup()
179 OCTEON_IRQ_WDOG0 + core, OCTEON_IRQ_WDOG0 + core, 1, RF_ACTIVE); in octeon_wdog_setup()
182 __func__, core); in octeon_wdog_setup()
192 "cpu%u", core); in octeon_wdog_setup()
233 int core, i; in octeon_wdog_attach() local
[all …]
/freebsd-12.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()
H A Dcvmx-interrupt.c385 int core = cvmx_get_core_num(); in __cvmx_interrupt_ciu() local
389 ciu_offset = core * 2; in __cvmx_interrupt_ciu()
463 int core = cvmx_get_core_num(); in __cvmx_interrupt_ciu_cn61xx() local
469 ciu_offset = core * 2 + 1; in __cvmx_interrupt_ciu_cn61xx()
504 int core = cvmx_get_core_num(); in __cvmx_interrupt_ciu2() local
566 cvmx_read_csr(CVMX_CIU2_ACK_PPX_IP2(core)); in __cvmx_interrupt_ciu2()
720 int core = cvmx_get_core_num(); in __cvmx_interrupt_ciu2_mask_unmask_irq() local
732 reg = CVMX_CIU2_EN_PPX_IP2_MBOX_W1C(core); in __cvmx_interrupt_ciu2_mask_unmask_irq()
772 int core = cvmx_get_core_num(); in __cvmx_interrupt_ciu_mask_unmask_irq() local
778 ciu_offset = core * 2; in __cvmx_interrupt_ciu_mask_unmask_irq()
[all …]
/freebsd-12.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-12.1/sys/dev/bhnd/bcma/
H A Dbcma_erom.c537 struct bcma_erom_core core; in bcma_erom_skip_core() local
718 if (core != NULL) in bcma_erom_seek_matching_core()
719 *core = ci; in bcma_erom_seek_matching_core()
897 info->hwrev = core->rev; in bcma_erom_to_core_info()
1109 core.device, core.rev); in bcma_erom_next_corecfg()
1117 KASSERT(core.num_mwrap + core.num_swrap <= BCMA_PID_MAX, in bcma_erom_next_corecfg()
1125 bhnd_find_core_name(core.vendor, core.device), in bcma_erom_next_corecfg()
1126 core.device, core.rev, core_unit); in bcma_erom_next_corecfg()
1132 cfg->num_wrapper_ports = core.num_mwrap + core.num_swrap; in bcma_erom_next_corecfg()
1169 if (core.num_dport > 0) { in bcma_erom_next_corecfg()
[all …]
/freebsd-12.1/contrib/gcc/config/arm/
H A Dunwind-arm.c114 struct core_regs core; member
126 struct core_regs core; member
299 sp = (_uw *) vrs->core.r[R_SP]; in _Unwind_VRS_Pop()
310 vrs->core.r[R_SP] = (_uw) sp; in _Unwind_VRS_Pop()
519 saved_vrs.core = entry_vrs->core; in unwind_phase2_forced()
617 entry_vrs->core.r[R_PC] = entry_vrs->core.r[R_LR]; in __gnu_Unwind_RaiseException()
620 saved_vrs.core = entry_vrs->core; in __gnu_Unwind_RaiseException()
666 entry_vrs->core.r[R_PC] = entry_vrs->core.r[R_LR]; in __gnu_Unwind_ForcedUnwind()
720 entry_vrs->core.r[R_PC] = entry_vrs->core.r[R_LR]; in __gnu_Unwind_Resume_or_Rethrow()
766 entry_vrs->core.r[R_PC] = entry_vrs->core.r[R_LR]; in __gnu_Unwind_Backtrace()
[all …]
H A Darm-generic.md84 "core*3")
90 "core*4")
96 "core*5")
102 "core")
109 "core")
116 "core")
122 "core*2")
127 "core*16")
134 "core*2")
141 "core*4")
[all …]
/freebsd-12.1/sys/dev/bhnd/bhndb/
H A Dbhnd_bhndb.c79 struct bhnd_core_info core = bhnd_get_core_info(child); in bhnd_bhndb_is_hw_disabled() local
82 return (BHNDB_IS_CORE_DISABLED(device_get_parent(dev), dev, &core)); in bhnd_bhndb_is_hw_disabled()
89 struct bhnd_core_info core; in bhnd_bhndb_find_hostb_device() local
94 if ((error = BHNDB_GET_HOSTB_CORE(device_get_parent(dev), dev, &core))) in bhnd_bhndb_find_hostb_device()
98 md = bhnd_core_get_match_desc(&core); in bhnd_bhndb_find_hostb_device()
148 device_t core, bus; in bhnd_bhndb_setup_intr() local
152 core = child; in bhnd_bhndb_setup_intr()
153 while ((bus = device_get_parent(core)) != NULL) { in bhnd_bhndb_setup_intr()
157 core = bus; in bhnd_bhndb_setup_intr()
160 KASSERT(core != NULL, ("%s is not a child of %s", in bhnd_bhndb_setup_intr()
[all …]
/freebsd-12.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-12.1/contrib/binutils/include/opcode/
H A Darm.h178 unsigned long core; member
183 (((CPU).core & (FEAT).core) != 0 || ((CPU).coproc & (FEAT).coproc) != 0)
187 (TARG).core = (F1).core | (F2).core; \
193 (TARG).core = (F1).core &~ (F2).core; \
197 #define ARM_FEATURE(core, coproc) {(core), (coproc)} argument
/freebsd-12.1/sbin/decryptcore/
H A Ddecryptcore.c272 char core[PATH_MAX], encryptedcore[PATH_MAX], keyfile[PATH_MAX]; in main() local
284 *core = '\0'; in main()
298 if (strlcpy(core, optarg, sizeof(core)) >= sizeof(core)) in main()
340 (*keyfile != '\0' || *encryptedcore != '\0' || *core != '\0')) { in main()
357 PJDLOG_VERIFY(snprintf(core, sizeof(core), in main()
364 *core == '\0') { in main()
372 if (force && unlink(core) == -1 && errno != ENOENT) { in main()
376 ofd = open(core, O_WRONLY | O_CREAT | O_EXCL, 0600); in main()
378 pjdlog_errno(LOG_ERR, "Unable to open %s", core); in main()
383 if (unlink(core) == -1 && errno != ENOENT) in main()
/freebsd-12.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-12.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-12.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 \

12345678910>>...33