Home
last modified time | relevance | path

Searched refs:aim (Results 1 – 25 of 35) sorted by relevance

12

/src/sys/conf/
H A Dfiles.powerpc99 dev/iicbus/ofw_iicbus.c optional iicbus aim
100 dev/iicbus/ofw_iicbus_if.m optional iicbus aim
214 dev/ofw/ofw_console.c optional aim
215 dev/ofw/ofw_disk.c optional ofwd aim
218 dev/ofw/ofw_standard.c optional aim powerpc
237 dev/vt/hw/ofwfb/ofwfb.c optional vt aim
257 powerpc/aim/locore.S optional aim no-obj
258 powerpc/aim/aim_machdep.c optional aim
259 powerpc/aim/mmu_oea.c optional aim powerpc
260 powerpc/aim/mmu_oea64.c optional aim
[all …]
/src/sys/powerpc/powerpc/
H A Ddb_trace.c102 { "dsisr", DB_OFFSET(cpu.aim.dsisr), db_frame },
222 (tf->cpu.aim.dsisr & DSISR_STORE) ? "write" in db_backtrace()
228 tf->dar, (uint32_t)tf->cpu.aim.dsisr); in db_backtrace()
277 (uint32_t)tf->cpu.aim.dsisr); in db_backtrace()
H A Dtrap.c474 if (td->td_pcb->pcb_cpu.aim.usr_vsid != 0 && in trap()
477 "r"(td->td_pcb->pcb_cpu.aim.usr_vsid), in trap()
553 (u_long)frame->cpu.aim.dsisr); in cpu_printtrap()
755 if (td->td_pcb->pcb_cpu.aim.usr_vsid != 0) in syscall()
757 "r"(td->td_pcb->pcb_cpu.aim.usr_vsid), "r"(USER_SLB_SLBE)); in syscall()
786 if (frame->cpu.aim.dsisr & DSISR_STORE) in trap_pfault()
867 indicator = EXC_ALI_OPCODE_INDICATOR(frame->cpu.aim.dsisr); in fix_unaligned()
878 reg = EXC_ALI_RST(frame->cpu.aim.dsisr); in fix_unaligned()
H A Dvm_machdep.c167 pcb->pcb_cpu.aim.usr_vsid = 0; in cpu_fork()
H A Dgenassym.c185 ASSYM(FRAME_AIM_DSISR, offsetof(struct trapframe, cpu.aim.dsisr));
210 ASSYM(PCB_AIM_USR_VSID, offsetof(struct pcb, pcb_cpu.aim.usr_vsid));
H A Dmachdep.c831 reg = tf->cpu.aim.dsisr; in DB_SHOW_COMMAND()
H A Dexec_machdep.c1145 pcb2->pcb_cpu.aim.usr_vsid = 0; in cpu_copy_thread()
/src/share/mk/
H A Dbsd.cpu.mk17 MACHINE_CPU = aim
19 MACHINE_CPU = aim altivec
21 MACHINE_CPU = aim altivec vsx vsx2
291 MACHINE_CPU = aim altivec
294 MACHINE_CPU = aim altivec vsx vsx2
/src/sys/powerpc/aim/
H A Daim_machdep.c540 memcpy(pcpu->pc_aim.slb, PCPU_GET(aim.slb), sizeof(pcpu->pc_aim.slb)); in cpu_pcpu_init()
555 printf("Machine check, DSISR: %016lx\n", frame->cpu.aim.dsisr); in cpu_machine_check()
557 if ((frame->cpu.aim.dsisr & DSISR_MC_SLB_MULTIHIT) != 0) in cpu_machine_check()
559 if ((frame->cpu.aim.dsisr & in cpu_machine_check()
H A Dmmu_oea64.c759 cache = PCPU_GET(aim.slb); in moea64_bootstrap_slb_prefault()
1288 PCPU_SET(aim.userslb, pm->pm_slb); in moea64_activate()
1290 "r"(td->td_pcb->pcb_cpu.aim.usr_vsid), "r"(USER_SLB_SLBE)); in moea64_activate()
1293 mtsrin(USER_SR << ADDR_SR_SHFT, td->td_pcb->pcb_cpu.aim.usr_vsid); in moea64_activate()
1307 PCPU_SET(aim.userslb, NULL); in moea64_deactivate()
1571 mtx_assert(PCPU_PTR(aim.qmap_lock), MA_NOTOWNED); in moea64_quick_enter_page()
1572 pvo = PCPU_GET(aim.qmap_pvo); in moea64_quick_enter_page()
1574 mtx_lock(PCPU_PTR(aim.qmap_lock)); in moea64_quick_enter_page()
1594 mtx_assert(PCPU_PTR(aim.qmap_lock), MA_OWNED); in moea64_quick_remove_page()
1597 mtx_unlock(PCPU_PTR(aim.qmap_lock)); in moea64_quick_remove_page()
[all …]
H A Dslb.c436 slbcache = PCPU_GET(aim.slb); in slb_insert_kernel()
555 slbcache = PCPU_GET(aim.slb); in handle_kernel_slb_spill()
H A Dmmu_oea.c1020 mtsrin(USER_SR << ADDR_SR_SHFT, td->td_pcb->pcb_cpu.aim.usr_vsid); in moea_activate()
1599 if (curthread->td_pcb->pcb_cpu.aim.usr_vsid == vsid) in moea_map_user_ptr()
1603 curthread->td_pcb->pcb_cpu.aim.usr_segm = in moea_map_user_ptr()
1605 curthread->td_pcb->pcb_cpu.aim.usr_vsid = vsid; in moea_map_user_ptr()
1623 user_sr = curthread->td_pcb->pcb_cpu.aim.usr_segm; in moea_decode_kernel_ptr()
H A Dmoea64_native.c507 struct slb *slb = PCPU_GET(aim.slb); in moea64_cpu_bootstrap_native()
/src/usr.bin/diff/
H A Ddiffreg.c864 struct line *ai, *aim, w; in sort() local
875 aim = &ai[m]; in sort()
876 if (aim < ai) in sort()
878 if (aim->value > ai[0].value || in sort()
879 (aim->value == ai[0].value && in sort()
880 aim->serial > ai[0].serial)) in sort()
883 ai[0].value = aim->value; in sort()
884 aim->value = w.value; in sort()
886 ai[0].serial = aim->serial; in sort()
887 aim->serial = w.serial; in sort()
/src/sys/powerpc/include/
H A Dframe.h65 } aim; member
H A Dpcb.h105 } aim; member
/src/sys/powerpc/powernv/
H A Dopal_hmi.c88 uint64_t *flags = PCPU_PTR(aim.opal_hmi_flags); in opal_hmi_handler2()
/src/contrib/libdiff/
H A DREADME3 The initial aim was to provide a faster diff implementation for got
/src/sys/powerpc/ps3/
H A Dmmu_ps3.c127 struct slb *slb = PCPU_GET(aim.slb); in mps3_cpu_bootstrap()
/src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_flags.inc55 "Resident memory limit in MB to aim at."
/src/contrib/ldns/packaging/fedora/
H A Dldns.spec26 ldns is a library with the aim to simplify DNS programming in C. All
/src/crypto/openssl/doc/designs/quic-design/
H A Dstream-receive-buffers.md118 The peer is allowed to recreate the stream data frames. As we aim for
/src/sys/powerpc/pseries/
H A Dmmu_phyp.c276 struct slb *slb = PCPU_GET(aim.slb); in mphyp_cpu_bootstrap()
/src/crypto/openssl/doc/man7/
H A Dopenssl-qlog.pod196 functionality will generally aim for qvis compatibility over compliance with the
/src/sys/contrib/openzfs/
H A D.mailmap98 Patrick Xia <patrickx@google.com> <octalc0de@aim.com>

12