Home
last modified time | relevance | path

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

12

/freebsd/sys/conf/
H A Dfiles.powerpc121 dev/iicbus/ofw_iicbus.c optional iicbus aim
122 dev/iicbus/ofw_iicbus_if.m optional iicbus aim
236 dev/ofw/ofw_console.c optional aim
237 dev/ofw/ofw_disk.c optional ofwd aim
240 dev/ofw/ofw_standard.c optional aim powerpc
259 dev/vt/hw/ofwfb/ofwfb.c optional vt aim
279 powerpc/aim/locore.S optional aim no-obj
280 powerpc/aim/aim_machdep.c optional aim
281 powerpc/aim/mmu_oea.c optional aim powerpc
282 powerpc/aim/mmu_oea64.c optional aim
[all …]
/freebsd/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.c163 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.c828 reg = tf->cpu.aim.dsisr; in DB_SHOW_COMMAND()
H A Dexec_machdep.c1150 pcb2->pcb_cpu.aim.usr_vsid = 0; in cpu_copy_thread()
/freebsd/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
/freebsd/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()
1291 PCPU_SET(aim.userslb, pm->pm_slb); in moea64_activate()
1293 "r"(td->td_pcb->pcb_cpu.aim.usr_vsid), "r"(USER_SLB_SLBE)); in moea64_activate()
1296 mtsrin(USER_SR << ADDR_SR_SHFT, td->td_pcb->pcb_cpu.aim.usr_vsid); in moea64_activate()
1310 PCPU_SET(aim.userslb, NULL); in moea64_deactivate()
1561 mtx_assert(PCPU_PTR(aim.qmap_lock), MA_NOTOWNED); in moea64_quick_enter_page()
1562 pvo = PCPU_GET(aim.qmap_pvo); in moea64_quick_enter_page()
1564 mtx_lock(PCPU_PTR(aim.qmap_lock)); in moea64_quick_enter_page()
1584 mtx_assert(PCPU_PTR(aim.qmap_lock), MA_OWNED); in moea64_quick_remove_page()
1587 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()
/freebsd/usr.bin/diff/
H A Ddiffreg.c869 struct line *ai, *aim, w; in sort() local
880 aim = &ai[m]; in sort()
881 if (aim < ai) in sort()
883 if (aim->value > ai[0].value || in sort()
884 (aim->value == ai[0].value && in sort()
885 aim->serial > ai[0].serial)) in sort()
888 ai[0].value = aim->value; in sort()
889 aim->value = w.value; in sort()
891 ai[0].serial = aim->serial; in sort()
892 aim->serial = w.serial; in sort()
/freebsd/sys/powerpc/include/
H A Dframe.h65 } aim; member
H A Dpcb.h105 } aim; member
/freebsd/sys/powerpc/powernv/
H A Dopal_hmi.c88 uint64_t *flags = PCPU_PTR(aim.opal_hmi_flags); in opal_hmi_handler2()
/freebsd/sys/powerpc/ps3/
H A Dmmu_ps3.c127 struct slb *slb = PCPU_GET(aim.slb); in mps3_cpu_bootstrap()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_flags.inc55 "Resident memory limit in MB to aim at."
/freebsd/contrib/ldns/packaging/fedora/
H A Dldns.spec26 ldns is a library with the aim to simplify DNS programming in C. All
/freebsd/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
/freebsd/sys/powerpc/pseries/
H A Dmmu_phyp.c276 struct slb *slb = PCPU_GET(aim.slb); in mphyp_cpu_bootstrap()
/freebsd/crypto/openssl/doc/man7/
H A Dopenssl-qlog.pod196 functionality will generally aim for qvis compatibility over compliance with the
/freebsd/sys/contrib/openzfs/
H A D.mailmap100 Patrick Xia <patrickx@google.com> <octalc0de@aim.com>
/freebsd/sys/dev/isp/
H A DDriverManual.txt103 Another primary aim, which almost need not be stated, is that the

12