Home
last modified time | relevance | path

Searched refs:hart (Results 1 – 17 of 17) sorted by relevance

/freebsd/sys/riscv/riscv/
H A Dmp_machdep.c151 init_secondary(uint64_t hart) in init_secondary() argument
157 cpuid = hart; in init_secondary()
189 CPU_SET_ATOMIC(hart, &kernel_pmap->pm_active); in init_secondary()
331 uint64_t hart; in cpu_init_fdt() local
348 hart = reg[0]; in cpu_init_fdt()
350 hart <<= 32; in cpu_init_fdt()
351 hart |= reg[1]; in cpu_init_fdt()
354 KASSERT(hart < MAXCPU, ("Too many harts.")); in cpu_init_fdt()
357 if (hart == boot_hart) in cpu_init_fdt()
364 cpuid = hart; in cpu_init_fdt()
[all …]
H A Dplic.c135 int hart; in plic_get_hartid() local
138 if (OF_searchencprop(intc, "#interrupt-cells", &hart, in plic_get_hartid()
139 sizeof(hart)) == -1) { in plic_get_hartid()
149 if (OF_searchencprop(OF_parent(intc), "reg", (pcell_t *)&hart, in plic_get_hartid()
150 sizeof(hart)) == -1) { in plic_get_hartid()
155 return (hart); in plic_get_hartid()
305 int hart; in plic_attach() local
395 hart = plic_get_hartid(dev, OF_node_from_xref(cells[i])); in plic_attach()
396 if (hart < 0) { in plic_attach()
402 cpu = riscv_hartid_to_cpu(hart); in plic_attach()
H A Didentcpu.c373 u_int hart; in identify_cpu_features_fdt() local
381 hart = pcpu_find(cpu)->pc_hart; in identify_cpu_features_fdt()
394 reg != hart) in identify_cpu_features_fdt()
401 "for CPU %d, hart %u\n", __func__, cpu, hart); in identify_cpu_features_fdt()
425 __func__, cpu, hart); in identify_cpu_features_fdt()
568 u_int hart; in printcpuinfo() local
571 hart = pcpu_find(cpu)->pc_hart; in printcpuinfo()
586 desc->cpu_mvendor_name, desc->cpu_march_name, hart); in printcpuinfo()
H A Dmachdep.c425 uint32_t hart; in parse_boot_hartid() local
444 if (OF_getencprop(chosen, "boot-hartid", &hart, sizeof(hart)) != -1) { in parse_boot_hartid()
445 boot_hart = hart; in parse_boot_hartid()
455 PCPU_SET(hart, boot_hart); in parse_boot_hartid()
H A Dsbi.c263 sbi_hsm_hart_start(u_long hart, u_long start_addr, u_long priv) in sbi_hsm_hart_start() argument
267 ret = SBI_CALL3(SBI_EXT_ID_HSM, SBI_HSM_HART_START, hart, start_addr, in sbi_hsm_hart_start()
279 sbi_hsm_hart_status(u_long hart) in sbi_hsm_hart_status() argument
283 ret = SBI_CALL1(SBI_EXT_ID_HSM, SBI_HSM_HART_STATUS, hart); in sbi_hsm_hart_status()
H A Dpmap.c935 CPU_SET(PCPU_GET(hart), &kernel_pmap->pm_active); in pmap_bootstrap()
1081 CPU_CLR(PCPU_GET(hart), &mask); in pmap_invalidate_page()
1096 CPU_CLR(PCPU_GET(hart), &mask); in pmap_invalidate_range()
1116 CPU_CLR(PCPU_GET(hart), &mask); in pmap_invalidate_all()
5181 u_int hart; in pmap_activate_sw() local
5189 hart = PCPU_GET(hart); in pmap_activate_sw()
5191 CPU_SET_ATOMIC(hart, &pmap->pm_active); in pmap_activate_sw()
5192 CPU_CLR_ATOMIC(hart, &oldpmap->pm_active); in pmap_activate_sw()
5194 CPU_SET(hart, &pmap->pm_active); in pmap_activate_sw()
5195 CPU_CLR(hart, &oldpmap->pm_active); in pmap_activate_sw()
[all …]
H A Dintc.c133 node = intc_ofw_find(parent, PCPU_GET(hart)); in intc_identify()
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dsifive,plic-1.0.0.txt7 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.
H A Driscv,cpu-intc.txt7 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/sys/riscv/include/
H A Dsbi.h196 int sbi_hsm_hart_start(u_long hart, u_long start_addr, u_long priv);
211 int sbi_hsm_hart_status(u_long hart);
/freebsd/contrib/ntp/
H A DNEWS24 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
[all...]
H A DChangeLog6 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
[all...]
H A DCommitLog1034 [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
[all...]
/freebsd/contrib/ntp/sntp/m4/
H A Dsnprintf.m41 # Modified by Dave Hart for integration into NTP 4.2.7 <hart@ntp.org>
/freebsd/share/dict/
H A Dweb2a27726 hart clover
27730 hart thorn
H A Dweb282654 hart
/freebsd/contrib/one-true-awk/testdir/
H A Dbib5256 … 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…