/freebsd/sys/conf/ |
H A D | files.powerpc | 87 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 D | bsd.cpu.mk | 17 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 D | db_trace.c | 102 { "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 D | trap.c | 471 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 D | vm_machdep.c | 167 pcb->pcb_cpu.aim.usr_vsid = 0; in cpu_fork()
|
H A D | genassym.c | 185 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 D | machdep.c | 830 reg = tf->cpu.aim.dsisr; in DB_SHOW_COMMAND()
|
H A D | exec_machdep.c | 1142 pcb2->pcb_cpu.aim.usr_vsid = 0; in cpu_copy_thread()
|
/freebsd/sys/powerpc/aim/ |
H A D | aim_machdep.c | 539 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 D | mmu_oea64.c | 788 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 D | slb.c | 436 slbcache = PCPU_GET(aim.slb); in slb_insert_kernel() 555 slbcache = PCPU_GET(aim.slb); in handle_kernel_slb_spill()
|
H A D | mmu_oea.c | 1019 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 D | moea64_native.c | 505 struct slb *slb = PCPU_GET(aim.slb); in moea64_cpu_bootstrap_native()
|
/freebsd/usr.bin/diff/ |
H A D | diffreg.c | 856 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 D | frame.h | 65 } aim; member
|
H A D | pcb.h | 113 } aim; member
|
/freebsd/sys/powerpc/powernv/ |
H A D | opal_hmi.c | 88 uint64_t *flags = PCPU_PTR(aim.opal_hmi_flags); in opal_hmi_handler2()
|
/freebsd/sys/powerpc/ps3/ |
H A D | mmu_ps3.c | 127 struct slb *slb = PCPU_GET(aim.slb); in mps3_cpu_bootstrap()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_flags.inc | 55 "Resident memory limit in MB to aim at."
|
/freebsd/contrib/ldns/packaging/fedora/ |
H A D | ldns.spec | 26 ldns is a library with the aim to simplify DNS programming in C. All
|
/freebsd/sys/powerpc/pseries/ |
H A D | mmu_phyp.c | 276 struct slb *slb = PCPU_GET(aim.slb); in mphyp_cpu_bootstrap()
|
/freebsd/sys/dev/isp/ |
H A D | DriverManual.txt | 103 Another primary aim, which almost need not be stated, is that the
|
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | COPYING.gplv3 | 52 can do so. This is fundamentally incompatible with the aim of
|
/freebsd/sys/netpfil/ipfw/ |
H A D | dummynet.txt | 232 In perspective we aim at the following:
|
/freebsd/crypto/openssl/ |
H A D | INSTALL.md | 874 disengage SSE2 code paths upon application start-up, but if you aim for wider
|