| /freebsd-14-stable/sys/riscv/riscv/ |
| HD | mp_machdep.c | 152 init_secondary(uint64_t hart) in init_secondary() argument 158 cpuid = hart; in init_secondary() 190 CPU_SET_ATOMIC(hart, &kernel_pmap->pm_active); in init_secondary() 332 uint64_t hart; in cpu_init_fdt() local 349 hart = reg[0]; in cpu_init_fdt() 351 hart <<= 32; in cpu_init_fdt() 352 hart |= reg[1]; in cpu_init_fdt() 355 KASSERT(hart < MAXCPU, ("Too many harts.")); in cpu_init_fdt() 358 if (hart == boot_hart) in cpu_init_fdt() 365 cpuid = hart; in cpu_init_fdt() [all …]
|
| HD | plic.c | 126 int hart; in plic_get_hartid() local 129 if (OF_searchencprop(intc, "#interrupt-cells", &hart, in plic_get_hartid() 130 sizeof(hart)) == -1) { in plic_get_hartid() 140 if (OF_searchencprop(OF_parent(intc), "reg", (pcell_t *)&hart, in plic_get_hartid() 141 sizeof(hart)) == -1) { in plic_get_hartid() 146 return (hart); in plic_get_hartid() 260 int hart; in plic_attach() local 350 hart = plic_get_hartid(dev, OF_node_from_xref(cells[i])); in plic_attach() 351 if (hart < 0) { in plic_attach() 357 cpu = riscv_hartid_to_cpu(hart); in plic_attach()
|
| HD | identcpu.c | 327 u_int hart; in identify_cpu_features_fdt() local 335 hart = pcpu_find(cpu)->pc_hart; in identify_cpu_features_fdt() 348 reg != hart) in identify_cpu_features_fdt() 355 "for CPU %d, hart %u\n", __func__, cpu, hart); in identify_cpu_features_fdt() 376 __func__, cpu, hart); in identify_cpu_features_fdt() 476 u_int hart; in printcpuinfo() local 479 hart = pcpu_find(cpu)->pc_hart; in printcpuinfo() 494 desc->cpu_mvendor_name, desc->cpu_march_name, hart); in printcpuinfo()
|
| HD | sbi.c | 245 sbi_hsm_hart_start(u_long hart, u_long start_addr, u_long priv) in sbi_hsm_hart_start() argument 249 ret = SBI_CALL3(SBI_EXT_ID_HSM, SBI_HSM_HART_START, hart, start_addr, in sbi_hsm_hart_start() 261 sbi_hsm_hart_status(u_long hart) in sbi_hsm_hart_status() argument 265 ret = SBI_CALL1(SBI_EXT_ID_HSM, SBI_HSM_HART_STATUS, hart); in sbi_hsm_hart_status()
|
| HD | machdep.c | 484 uint32_t hart; in initriscv() local 517 if (OF_getencprop(chosen, "boot-hartid", &hart, sizeof(hart)) != -1) { in initriscv() 518 boot_hart = hart; in initriscv()
|
| HD | pmap.c | 647 CPU_SET(PCPU_GET(hart), &kernel_pmap->pm_active); in pmap_bootstrap() 819 CPU_CLR(PCPU_GET(hart), &mask); in pmap_invalidate_page() 834 CPU_CLR(PCPU_GET(hart), &mask); in pmap_invalidate_range() 854 CPU_CLR(PCPU_GET(hart), &mask); in pmap_invalidate_all() 4721 u_int hart; in pmap_activate_sw() local 4729 hart = PCPU_GET(hart); in pmap_activate_sw() 4731 CPU_SET_ATOMIC(hart, &pmap->pm_active); in pmap_activate_sw() 4732 CPU_CLR_ATOMIC(hart, &oldpmap->pm_active); in pmap_activate_sw() 4734 CPU_SET(hart, &pmap->pm_active); in pmap_activate_sw() 4735 CPU_CLR(hart, &oldpmap->pm_active); in pmap_activate_sw() [all …]
|
| HD | intc.c | 133 node = intc_ofw_find(parent, PCPU_GET(hart)); in intc_identify()
|
| /freebsd-14-stable/sys/contrib/device-tree/Bindings/interrupt-controller/ |
| D | sifive,plic-1.0.0.txt | 7 hart contexts in the system, via the external interrupt source in each hart. 9 A hart context is a privilege mode in a hardware execution thread. For example, 11 privilege modes per hart; machine mode and supervisor mode.
|
| D | riscv,cpu-intc.txt | 7 Every interrupt is ultimately routed through a hart's HLIC before it 8 interrupts that hart. 40 definition of the hart whose CSRs control these local interrupts.
|
| /freebsd-14-stable/sys/riscv/include/ |
| HD | sbi.h | 188 int sbi_hsm_hart_start(u_long hart, u_long start_addr, u_long priv); 203 int sbi_hsm_hart_status(u_long hart);
|
| /freebsd-14-stable/contrib/ntp/ |
| HD | ChangeLog | 6 stepped. <hart@ntp.org> 8 <hart@ntp.org> 10 * [Bug 3910] Memory leak using openssl-3 <hart@ntp.org> 12 <hart@ntp.org> 14 <hart@ntp.org> 15 * [Bug 3901] LIB_GETBUF isn't thread-safe. <hart@ntp.org> 17 Windows. <hart@ntp.org> 19 duplicate associations. <hart@ntp.org> 20 * [Bug 3872] Ignore restrict mask for hostname. <hart@ntp.org> 23 declaration from ntp_types.h to config.h. <hart@ntp.org> [all …]
|
| HD | NEWS | 24 stepped. <hart@ntp.org> 26 <hart@ntp.org> 28 * [Bug 3910] Memory leak using openssl-3 <hart@ntp.org> 30 <hart@ntp.org> 32 <hart@ntp.org> 33 * [Bug 3901] LIB_GETBUF isn't thread-safe. <hart@ntp.org> 35 Windows. <hart@ntp.org> 37 duplicate associations. <hart@ntp.org> 38 * [Bug 3872] Ignore restrict mask for hostname. <hart@ntp.org> 41 declaration from ntp_types.h to config.h. <hart@ntp.org> [all …]
|
| HD | CommitLog | 1034 [Bug 3910] Memory leak using openssl-3 <hart@ntp.org> 1037 [Bug 3910] Memory leak using openssl-3 <hart@ntp.org> 1313 ChangeSet@1.4043, 2024-02-23 09:09:57+00:00, hart@hart.chi1.ntfo.org 3568 ChangeSet@1.4001, 2023-06-06 09:43:55+00:00, hart@ntp-devbuild.chi1.ntfo.org 4081 [Bug 3817] Bounds-check "tos floor" configuration. <hart@ntp.org> 4084 [Bug 3817] Bounds-check "tos floor" configuration. <hart@ntp.org> 4087 [Bug 3817] Bounds-check "tos floor" configuration. <hart@ntp.org> 4903 ChangeSet@1.3963.2.4, 2023-03-18 16:10:54+00:00, hart@ntp-devbuild.chi1.ntfo.org 4912 ChangeSet@1.3963.2.3, 2023-03-18 11:37:40+00:00, hart@ntp-devbuild.chi1.ntfo.org 5194 ChangeSet@1.3968, 2023-03-16 08:06:24+00:00, hart@hart.chi1.ntfo.org [all …]
|
| /freebsd-14-stable/contrib/ntp/sntp/m4/ |
| HD | snprintf.m4 | 1 # Modified by Dave Hart for integration into NTP 4.2.7 <hart@ntp.org>
|
| HD | ntp_openssl.m4 | 529 dnl hart@ is reaching out to MiNT users to try to find a tester.
|
| /freebsd-14-stable/share/dict/ |
| HD | web2a | 27726 hart clover 27730 hart thorn
|
| HD | web2 | 82654 hart
|
| /freebsd-14-stable/contrib/one-true-awk/testdir/ |
| HD | bib | 5256 … hath given thee: the unclean and the clean may eat thereof, as of the roebuck, and as of the hart. 5263 Even as the roebuck and the hart is eaten, so thou shalt eat them: the unclean and the clean shall … 5296 The hart, and the roebuck, and the fallow deer, and the wild goat, and the pygarg, and the wild ox,… 5342 …in thy gates: the unclean and the clean person shall eat it alike, as the roebuck, and as the hart. 14557 As the hart panteth after the water brooks, so panteth my soul after thee, O God. 17564 My beloved is like a roe or a young hart: behold, he standeth behind our wall, he looketh forth at … 17572 …he shadows flee away, turn, my beloved, and be thou like a roe or a young hart upon the mountains … 17655 Make haste, my beloved, and be thou like to a roe or to a young hart upon the mountains of spices. 18327 Then shall the lame man leap as an hart, and the tongue of the dumb sing: for in the wilderness sha…
|