Home
last modified time | relevance | path

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

12

/freebsd/sys/conf/
H A Dfiles.powerpc87 dev/iicbus/ofw_iicbus.c optional iicbus aim
88 dev/iicbus/ofw_iicbus_if.m optional iicbus aim
202 dev/ofw/ofw_console.c optional aim
203 dev/ofw/ofw_disk.c optional ofwd aim
206 dev/ofw/ofw_standard.c optional aim powerpc
225 dev/vt/hw/ofwfb/ofwfb.c optional vt aim
245 powerpc/aim/locore.S optional aim no-obj
246 powerpc/aim/aim_machdep.c optional aim
[all...]
/freebsd/share/mk/
H A Dbsd.cpu.mk17 MACHINE_CPU = aim
19 MACHINE_CPU = aim altivec
21 MACHINE_CPU = aim altivec vsx vsx2
288 MACHINE_CPU = aim altivec
290 MACHINE_CPU= aim
302 MACHINE_CPU = aim altivec
305 MACHINE_CPU = aim altivec vsx vsx2
/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.c471 if (td->td_pcb->pcb_cpu.aim.usr_vsid != 0 && in trap()
474 "r"(td->td_pcb->pcb_cpu.aim.usr_vsid), in trap()
550 (u_long)frame->cpu.aim.dsisr); in cpu_printtrap()
752 if (td->td_pcb->pcb_cpu.aim.usr_vsid != 0) in syscall()
754 "r"(td->td_pcb->pcb_cpu.aim.usr_vsid), "r"(USER_SLB_SLBE)); in syscall()
783 if (frame->cpu.aim.dsisr & DSISR_STORE) in trap_pfault()
899 indicator = EXC_ALI_OPCODE_INDICATOR(frame->cpu.aim.dsisr); in fix_unaligned()
910 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.c830 reg = tf->cpu.aim.dsisr; in DB_SHOW_COMMAND()
H A Dexec_machdep.c1142 pcb2->pcb_cpu.aim.usr_vsid = 0; in cpu_copy_thread()
/freebsd/sys/powerpc/aim/
H A Daim_machdep.c539 memcpy(pcpu->pc_aim.slb, PCPU_GET(aim.slb), sizeof(pcpu->pc_aim.slb)); in cpu_pcpu_init()
554 printf("Machine check, DSISR: %016lx\n", frame->cpu.aim.dsisr); in cpu_machine_check()
556 if ((frame->cpu.aim.dsisr & DSISR_MC_SLB_MULTIHIT) != 0) in cpu_machine_check()
558 if ((frame->cpu.aim.dsisr & in cpu_machine_check()
H A Dmmu_oea64.c788 cache = PCPU_GET(aim.slb); in moea64_bootstrap_slb_prefault()
1317 PCPU_SET(aim.userslb, pm->pm_slb); in moea64_activate()
1319 "r"(td->td_pcb->pcb_cpu.aim.usr_vsid), "r"(USER_SLB_SLBE)); in moea64_activate()
1322 mtsrin(USER_SR << ADDR_SR_SHFT, td->td_pcb->pcb_cpu.aim.usr_vsid); in moea64_activate()
1336 PCPU_SET(aim.userslb, NULL); in moea64_deactivate()
1602 mtx_assert(PCPU_PTR(aim.qmap_lock), MA_NOTOWNED); in moea64_quick_enter_page()
1603 pvo = PCPU_GET(aim.qmap_pvo); in moea64_quick_enter_page()
1605 mtx_lock(PCPU_PTR(aim.qmap_lock)); in moea64_quick_enter_page()
1625 mtx_assert(PCPU_PTR(aim.qmap_lock), MA_OWNED); in moea64_quick_remove_page()
1628 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.c1019 mtsrin(USER_SR << ADDR_SR_SHFT, td->td_pcb->pcb_cpu.aim.usr_vsid); in moea_activate()
1593 if (curthread->td_pcb->pcb_cpu.aim.usr_vsid == vsid) in moea_map_user_ptr()
1597 curthread->td_pcb->pcb_cpu.aim.usr_segm = in moea_map_user_ptr()
1599 curthread->td_pcb->pcb_cpu.aim.usr_vsid = vsid; in moea_map_user_ptr()
1617 user_sr = curthread->td_pcb->pcb_cpu.aim.usr_segm; in moea_decode_kernel_ptr()
H A Dmoea64_native.c505 struct slb *slb = PCPU_GET(aim.slb); in moea64_cpu_bootstrap_native()
/freebsd/usr.bin/diff/
H A Ddiffreg.c856 struct line *ai, *aim, w; in sort()
867 aim = &ai[m]; in sort()
868 if (aim < ai) in sort()
870 if (aim->value > ai[0].value || in sort()
871 (aim->value == ai[0].value && in sort()
872 aim->serial > ai[0].serial)) in sort()
875 ai[0].value = aim->value; in sort()
876 aim->value = w.value; in sort()
878 ai[0].serial = aim->serial; in sort()
879 aim in sort()
852 struct line *ai, *aim, w; sort() local
[all...]
/freebsd/sys/powerpc/include/
H A Dframe.h65 } aim; member
H A Dpcb.h113 } 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/sys/powerpc/pseries/
H A Dmmu_phyp.c276 struct slb *slb = PCPU_GET(aim.slb); in mphyp_cpu_bootstrap()
/freebsd/sys/dev/isp/
H A DDriverManual.txt103 Another primary aim, which almost need not be stated, is that the
/freebsd/contrib/ntp/sntp/libopts/
H A DCOPYING.gplv352 can do so. This is fundamentally incompatible with the aim of
/freebsd/sys/netpfil/ipfw/
H A Ddummynet.txt232 In perspective we aim at the following:
/freebsd/crypto/openssl/
H A DINSTALL.md874 disengage SSE2 code paths upon application start-up, but if you aim for wider

12