Home
last modified time | relevance | path

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

12

/freebsd/sys/conf/
H A Dfiles.powerpc202 powerpc/aim/locore.S optional aim no-obj
203 powerpc/aim/aim_machdep.c optional aim
204 powerpc/aim/mmu_oea.c optional aim powerpc
205 powerpc/aim/mmu_oea64.c optional aim
206 powerpc/aim/mmu_radix.c optional aim powerpc64 | aim powerpc64le
207 powerpc/aim/moea64_native.c optional aim
208 powerpc/aim/mp_cpudep.c optional aim
209 powerpc/aim/slb.c optional aim powerpc64 | aim powerpc64le
223 powerpc/cpufreq/pmcr.c optional cpufreq aim powerpc64 | cpufreq aim powerpc64le
261 powerpc/ofw/ofwcall64.S optional aim powerpc64 | aim powerpc64le
[all …]
/freebsd/share/mk/
H A Dbsd.cpu.mk17 MACHINE_CPU = aim
19 MACHINE_CPU = aim altivec
21 MACHINE_CPU = aim altivec vsx vsx2
293 MACHINE_CPU = aim altivec
295 MACHINE_CPU= aim
307 MACHINE_CPU = aim altivec
310 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.c829 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()
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()
2301 curthread->td_pcb->pcb_cpu.aim.usr_segm = in moea64_map_user_ptr()
2303 curthread->td_pcb->pcb_cpu.aim.usr_vsid = slbv; in moea64_map_user_ptr()
[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.c853 struct line *ai, *aim, w; in sort() local
864 aim = &ai[m]; in sort()
865 if (aim < ai) in sort()
867 if (aim->value > ai[0].value || in sort()
868 (aim->value == ai[0].value && in sort()
869 aim->serial > ai[0].serial)) in sort()
872 ai[0].value = aim->value; in sort()
873 aim->value = w.value; in sort()
875 ai[0].serial = aim->serial; in sort()
876 aim->serial = w.serial; in sort()
/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/contrib/libdiff/
H A DREADME3 The initial aim was to provide a faster diff implementation for got
/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:

12