2005-01-07 02:29:27 +00:00
|
|
|
/*-
|
2002-03-21 23:45:59 +00:00
|
|
|
* Copyright (C) 2002 Benno Rice
|
|
|
|
* All rights reserved.
|
|
|
|
*
|
|
|
|
* Redistribution and use in source and binary forms, with or without
|
|
|
|
* modification, are permitted provided that the following conditions
|
|
|
|
* are met:
|
|
|
|
* 1. Redistributions of source code must retain the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer.
|
|
|
|
* 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer in the
|
|
|
|
* documentation and/or other materials provided with the distribution.
|
|
|
|
*
|
|
|
|
* THIS SOFTWARE IS PROVIDED BY Benno Rice ``AS IS'' AND ANY EXPRESS OR
|
|
|
|
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
|
|
|
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
|
|
|
* IN NO EVENT SHALL TOOLS GMBH BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
|
|
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
|
|
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
|
|
|
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
|
|
|
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
|
|
|
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
|
|
|
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
*/
|
|
|
|
/*-
|
|
|
|
* Copyright (C) 1993 Wolfgang Solfrank.
|
|
|
|
* Copyright (C) 1993 TooLs GmbH.
|
|
|
|
* All rights reserved.
|
|
|
|
*
|
|
|
|
* Redistribution and use in source and binary forms, with or without
|
|
|
|
* modification, are permitted provided that the following conditions
|
|
|
|
* are met:
|
|
|
|
* 1. Redistributions of source code must retain the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer.
|
|
|
|
* 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer in the
|
|
|
|
* documentation and/or other materials provided with the distribution.
|
|
|
|
* 3. All advertising materials mentioning features or use of this software
|
|
|
|
* must display the following acknowledgement:
|
|
|
|
* This product includes software developed by TooLs GmbH.
|
|
|
|
* 4. The name of TooLs GmbH may not be used to endorse or promote products
|
|
|
|
* derived from this software without specific prior written permission.
|
|
|
|
*
|
|
|
|
* THIS SOFTWARE IS PROVIDED BY TOOLS GMBH ``AS IS'' AND ANY EXPRESS OR
|
|
|
|
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
|
|
|
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
|
|
|
* IN NO EVENT SHALL TOOLS GMBH BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
|
|
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
|
|
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
|
|
|
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
|
|
|
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
|
|
|
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
|
|
|
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
*/
|
|
|
|
|
2003-04-03 21:36:33 +00:00
|
|
|
#include <sys/cdefs.h>
|
|
|
|
__FBSDID("$FreeBSD$");
|
2002-03-21 23:45:59 +00:00
|
|
|
|
|
|
|
#include <sys/param.h>
|
2010-07-13 05:32:19 +00:00
|
|
|
#include <sys/lock.h>
|
|
|
|
#include <sys/mutex.h>
|
2002-03-21 23:45:59 +00:00
|
|
|
#include <sys/systm.h>
|
|
|
|
#include <sys/proc.h>
|
|
|
|
|
|
|
|
#include <vm/vm.h>
|
|
|
|
#include <vm/pmap.h>
|
|
|
|
#include <vm/vm_map.h>
|
|
|
|
|
2004-02-11 07:27:34 +00:00
|
|
|
#include <machine/pcb.h>
|
|
|
|
#include <machine/sr.h>
|
2010-07-13 05:32:19 +00:00
|
|
|
#include <machine/slb.h>
|
2004-02-11 07:27:34 +00:00
|
|
|
|
2002-05-09 14:11:17 +00:00
|
|
|
int setfault(faultbuf); /* defined in locore.S */
|
|
|
|
|
2002-03-21 23:45:59 +00:00
|
|
|
/*
|
|
|
|
* Makes sure that the right segment of userspace is mapped in.
|
|
|
|
*/
|
2010-07-13 05:32:19 +00:00
|
|
|
|
|
|
|
#ifdef __powerpc64__
|
|
|
|
static __inline void
|
|
|
|
set_user_sr(pmap_t pm, const void *addr)
|
|
|
|
{
|
2010-09-16 00:22:25 +00:00
|
|
|
struct slb *slb;
|
2010-10-30 23:07:30 +00:00
|
|
|
register_t slbv;
|
2010-09-16 00:22:25 +00:00
|
|
|
|
|
|
|
/* Try lockless look-up first */
|
|
|
|
slb = user_va_to_slb_entry(pm, (vm_offset_t)addr);
|
|
|
|
|
|
|
|
if (slb == NULL) {
|
|
|
|
/* If it isn't there, we need to pre-fault the VSID */
|
|
|
|
PMAP_LOCK(pm);
|
2010-10-30 23:07:30 +00:00
|
|
|
slbv = va_to_vsid(pm, (vm_offset_t)addr) << SLBV_VSID_SHIFT;
|
2010-09-16 00:22:25 +00:00
|
|
|
PMAP_UNLOCK(pm);
|
|
|
|
} else {
|
2010-10-30 23:07:30 +00:00
|
|
|
slbv = slb->slbv;
|
2010-09-16 00:22:25 +00:00
|
|
|
}
|
2010-07-13 05:32:19 +00:00
|
|
|
|
2010-10-31 23:04:15 +00:00
|
|
|
/* Mark segment no-execute */
|
|
|
|
slbv |= SLBV_N;
|
|
|
|
|
2010-10-30 23:07:30 +00:00
|
|
|
/* If we have already set this VSID, we can just return */
|
|
|
|
if (curthread->td_pcb->pcb_cpu.aim.usr_vsid == slbv)
|
|
|
|
return;
|
2010-07-13 05:32:19 +00:00
|
|
|
|
2010-11-03 15:15:48 +00:00
|
|
|
__asm __volatile("isync");
|
2010-09-16 00:22:25 +00:00
|
|
|
curthread->td_pcb->pcb_cpu.aim.usr_segm =
|
|
|
|
(uintptr_t)addr >> ADDR_SR_SHFT;
|
2010-10-30 23:07:30 +00:00
|
|
|
curthread->td_pcb->pcb_cpu.aim.usr_vsid = slbv;
|
2010-11-03 15:15:48 +00:00
|
|
|
__asm __volatile ("slbie %0; slbmte %1, %2; isync" ::
|
|
|
|
"r"(USER_ADDR), "r"(slbv), "r"(USER_SLB_SLBE));
|
2010-07-13 05:32:19 +00:00
|
|
|
}
|
|
|
|
#else
|
2002-03-21 23:45:59 +00:00
|
|
|
static __inline void
|
2010-07-13 05:32:19 +00:00
|
|
|
set_user_sr(pmap_t pm, const void *addr)
|
2002-03-21 23:45:59 +00:00
|
|
|
{
|
2010-07-13 05:32:19 +00:00
|
|
|
register_t vsid;
|
|
|
|
|
|
|
|
vsid = va_to_vsid(pm, (vm_offset_t)addr);
|
2002-03-21 23:45:59 +00:00
|
|
|
|
2010-11-03 16:21:47 +00:00
|
|
|
/* Mark segment no-execute */
|
|
|
|
vsid |= SR_N;
|
|
|
|
|
2010-10-30 23:07:30 +00:00
|
|
|
/* If we have already set this VSID, we can just return */
|
|
|
|
if (curthread->td_pcb->pcb_cpu.aim.usr_vsid == vsid)
|
|
|
|
return;
|
|
|
|
|
2010-10-31 22:55:51 +00:00
|
|
|
__asm __volatile("isync");
|
2010-11-03 15:15:48 +00:00
|
|
|
curthread->td_pcb->pcb_cpu.aim.usr_segm =
|
|
|
|
(uintptr_t)addr >> ADDR_SR_SHFT;
|
2010-10-30 23:07:30 +00:00
|
|
|
curthread->td_pcb->pcb_cpu.aim.usr_vsid = vsid;
|
2010-10-31 22:55:51 +00:00
|
|
|
__asm __volatile("mtsr %0,%1; isync" :: "n"(USER_SR), "r"(vsid));
|
2002-03-21 23:45:59 +00:00
|
|
|
}
|
2010-07-13 05:32:19 +00:00
|
|
|
#endif
|
2002-03-21 23:45:59 +00:00
|
|
|
|
|
|
|
int
|
|
|
|
copyout(const void *kaddr, void *udaddr, size_t len)
|
|
|
|
{
|
|
|
|
struct thread *td;
|
|
|
|
pmap_t pm;
|
2002-04-29 09:28:56 +00:00
|
|
|
faultbuf env;
|
2002-03-21 23:45:59 +00:00
|
|
|
const char *kp;
|
|
|
|
char *up, *p;
|
|
|
|
size_t l;
|
|
|
|
|
2011-06-23 22:21:28 +00:00
|
|
|
td = curthread;
|
2002-03-21 23:45:59 +00:00
|
|
|
pm = &td->td_proc->p_vmspace->vm_pmap;
|
|
|
|
|
2002-04-29 09:28:56 +00:00
|
|
|
if (setfault(env)) {
|
|
|
|
td->td_pcb->pcb_onfault = NULL;
|
|
|
|
return (EFAULT);
|
|
|
|
}
|
|
|
|
|
2002-03-21 23:45:59 +00:00
|
|
|
kp = kaddr;
|
|
|
|
up = udaddr;
|
|
|
|
|
|
|
|
while (len > 0) {
|
2010-07-13 05:32:19 +00:00
|
|
|
p = (char *)USER_ADDR + ((uintptr_t)up & ~SEGMENT_MASK);
|
2002-03-21 23:45:59 +00:00
|
|
|
|
|
|
|
l = ((char *)USER_ADDR + SEGMENT_LENGTH) - p;
|
|
|
|
if (l > len)
|
|
|
|
l = len;
|
|
|
|
|
2010-07-13 05:32:19 +00:00
|
|
|
set_user_sr(pm,up);
|
2002-03-21 23:45:59 +00:00
|
|
|
|
|
|
|
bcopy(kp, p, l);
|
|
|
|
|
|
|
|
up += l;
|
|
|
|
kp += l;
|
|
|
|
len -= l;
|
|
|
|
}
|
|
|
|
|
2002-04-29 09:28:56 +00:00
|
|
|
td->td_pcb->pcb_onfault = NULL;
|
2002-03-21 23:45:59 +00:00
|
|
|
return (0);
|
|
|
|
}
|
|
|
|
|
|
|
|
int
|
|
|
|
copyin(const void *udaddr, void *kaddr, size_t len)
|
|
|
|
{
|
|
|
|
struct thread *td;
|
|
|
|
pmap_t pm;
|
2002-04-29 09:28:56 +00:00
|
|
|
faultbuf env;
|
2002-03-21 23:45:59 +00:00
|
|
|
const char *up;
|
|
|
|
char *kp, *p;
|
|
|
|
size_t l;
|
|
|
|
|
2011-06-23 22:21:28 +00:00
|
|
|
td = curthread;
|
2002-03-21 23:45:59 +00:00
|
|
|
pm = &td->td_proc->p_vmspace->vm_pmap;
|
|
|
|
|
2002-04-29 09:28:56 +00:00
|
|
|
if (setfault(env)) {
|
|
|
|
td->td_pcb->pcb_onfault = NULL;
|
|
|
|
return (EFAULT);
|
|
|
|
}
|
|
|
|
|
2002-03-21 23:45:59 +00:00
|
|
|
kp = kaddr;
|
|
|
|
up = udaddr;
|
|
|
|
|
|
|
|
while (len > 0) {
|
2010-07-13 05:32:19 +00:00
|
|
|
p = (char *)USER_ADDR + ((uintptr_t)up & ~SEGMENT_MASK);
|
2002-03-21 23:45:59 +00:00
|
|
|
|
|
|
|
l = ((char *)USER_ADDR + SEGMENT_LENGTH) - p;
|
|
|
|
if (l > len)
|
|
|
|
l = len;
|
|
|
|
|
2010-07-13 05:32:19 +00:00
|
|
|
set_user_sr(pm,up);
|
2002-03-21 23:45:59 +00:00
|
|
|
|
|
|
|
bcopy(p, kp, l);
|
|
|
|
|
|
|
|
up += l;
|
|
|
|
kp += l;
|
|
|
|
len -= l;
|
|
|
|
}
|
|
|
|
|
2002-04-29 09:28:56 +00:00
|
|
|
td->td_pcb->pcb_onfault = NULL;
|
2002-03-21 23:45:59 +00:00
|
|
|
return (0);
|
|
|
|
}
|
|
|
|
|
|
|
|
int
|
|
|
|
copyinstr(const void *udaddr, void *kaddr, size_t len, size_t *done)
|
|
|
|
{
|
|
|
|
struct thread *td;
|
|
|
|
pmap_t pm;
|
2002-04-29 09:28:56 +00:00
|
|
|
faultbuf env;
|
2002-03-21 23:45:59 +00:00
|
|
|
const char *up;
|
|
|
|
char *kp;
|
|
|
|
size_t l;
|
|
|
|
int rv, c;
|
|
|
|
|
2011-06-23 22:21:28 +00:00
|
|
|
td = curthread;
|
2002-03-21 23:45:59 +00:00
|
|
|
pm = &td->td_proc->p_vmspace->vm_pmap;
|
|
|
|
|
2002-04-29 09:28:56 +00:00
|
|
|
if (setfault(env)) {
|
|
|
|
td->td_pcb->pcb_onfault = NULL;
|
|
|
|
return (EFAULT);
|
|
|
|
}
|
|
|
|
|
2002-03-21 23:45:59 +00:00
|
|
|
kp = kaddr;
|
|
|
|
up = udaddr;
|
|
|
|
|
|
|
|
rv = ENAMETOOLONG;
|
|
|
|
|
|
|
|
for (l = 0; len-- > 0; l++) {
|
|
|
|
if ((c = fubyte(up++)) < 0) {
|
|
|
|
rv = EFAULT;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (!(*kp++ = c)) {
|
|
|
|
l++;
|
|
|
|
rv = 0;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if (done != NULL) {
|
|
|
|
*done = l;
|
|
|
|
}
|
|
|
|
|
2002-04-29 09:28:56 +00:00
|
|
|
td->td_pcb->pcb_onfault = NULL;
|
2002-03-21 23:45:59 +00:00
|
|
|
return (rv);
|
|
|
|
}
|
|
|
|
|
|
|
|
int
|
|
|
|
subyte(void *addr, int byte)
|
|
|
|
{
|
2002-04-29 09:28:56 +00:00
|
|
|
struct thread *td;
|
|
|
|
pmap_t pm;
|
|
|
|
faultbuf env;
|
|
|
|
char *p;
|
2002-03-21 23:45:59 +00:00
|
|
|
|
2011-06-23 22:21:28 +00:00
|
|
|
td = curthread;
|
2002-03-21 23:45:59 +00:00
|
|
|
pm = &td->td_proc->p_vmspace->vm_pmap;
|
2010-07-13 05:32:19 +00:00
|
|
|
p = (char *)(USER_ADDR + ((uintptr_t)addr & ~SEGMENT_MASK));
|
2002-03-21 23:45:59 +00:00
|
|
|
|
2002-04-29 09:28:56 +00:00
|
|
|
if (setfault(env)) {
|
|
|
|
td->td_pcb->pcb_onfault = NULL;
|
2003-01-08 12:19:37 +00:00
|
|
|
return (-1);
|
2002-04-29 09:28:56 +00:00
|
|
|
}
|
|
|
|
|
2010-07-13 05:32:19 +00:00
|
|
|
set_user_sr(pm,addr);
|
2002-03-21 23:45:59 +00:00
|
|
|
|
|
|
|
*p = (char)byte;
|
|
|
|
|
2002-04-29 09:28:56 +00:00
|
|
|
td->td_pcb->pcb_onfault = NULL;
|
2002-03-21 23:45:59 +00:00
|
|
|
return (0);
|
|
|
|
}
|
|
|
|
|
2010-07-13 05:32:19 +00:00
|
|
|
#ifdef __powerpc64__
|
|
|
|
int
|
|
|
|
suword32(void *addr, int word)
|
|
|
|
{
|
|
|
|
struct thread *td;
|
|
|
|
pmap_t pm;
|
|
|
|
faultbuf env;
|
|
|
|
int *p;
|
|
|
|
|
2011-06-23 22:21:28 +00:00
|
|
|
td = curthread;
|
2010-07-13 05:32:19 +00:00
|
|
|
pm = &td->td_proc->p_vmspace->vm_pmap;
|
|
|
|
p = (int *)(USER_ADDR + ((uintptr_t)addr & ~SEGMENT_MASK));
|
|
|
|
|
|
|
|
if (setfault(env)) {
|
|
|
|
td->td_pcb->pcb_onfault = NULL;
|
|
|
|
return (-1);
|
|
|
|
}
|
|
|
|
|
|
|
|
set_user_sr(pm,addr);
|
|
|
|
|
|
|
|
*p = word;
|
|
|
|
|
|
|
|
td->td_pcb->pcb_onfault = NULL;
|
|
|
|
return (0);
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
2002-03-21 23:45:59 +00:00
|
|
|
int
|
|
|
|
suword(void *addr, long word)
|
|
|
|
{
|
2002-04-29 09:28:56 +00:00
|
|
|
struct thread *td;
|
|
|
|
pmap_t pm;
|
|
|
|
faultbuf env;
|
|
|
|
long *p;
|
2002-03-21 23:45:59 +00:00
|
|
|
|
2011-06-23 22:21:28 +00:00
|
|
|
td = curthread;
|
2002-03-21 23:45:59 +00:00
|
|
|
pm = &td->td_proc->p_vmspace->vm_pmap;
|
2010-07-13 05:32:19 +00:00
|
|
|
p = (long *)(USER_ADDR + ((uintptr_t)addr & ~SEGMENT_MASK));
|
2002-03-21 23:45:59 +00:00
|
|
|
|
2002-04-29 09:28:56 +00:00
|
|
|
if (setfault(env)) {
|
|
|
|
td->td_pcb->pcb_onfault = NULL;
|
2003-01-08 12:19:37 +00:00
|
|
|
return (-1);
|
2002-04-29 09:28:56 +00:00
|
|
|
}
|
|
|
|
|
2010-07-13 05:32:19 +00:00
|
|
|
set_user_sr(pm,addr);
|
2002-03-21 23:45:59 +00:00
|
|
|
|
|
|
|
*p = word;
|
|
|
|
|
2002-04-29 09:28:56 +00:00
|
|
|
td->td_pcb->pcb_onfault = NULL;
|
2002-03-21 23:45:59 +00:00
|
|
|
return (0);
|
|
|
|
}
|
|
|
|
|
2010-07-13 05:32:19 +00:00
|
|
|
#ifdef __powerpc64__
|
|
|
|
int
|
|
|
|
suword64(void *addr, int64_t word)
|
|
|
|
{
|
|
|
|
return (suword(addr, (long)word));
|
|
|
|
}
|
|
|
|
#else
|
2002-05-26 16:03:13 +00:00
|
|
|
int
|
2002-05-27 10:50:47 +00:00
|
|
|
suword32(void *addr, int32_t word)
|
2002-05-26 16:03:13 +00:00
|
|
|
{
|
2002-05-27 10:50:47 +00:00
|
|
|
return (suword(addr, (long)word));
|
2002-05-26 16:03:13 +00:00
|
|
|
}
|
2010-07-13 05:32:19 +00:00
|
|
|
#endif
|
2002-05-26 16:03:13 +00:00
|
|
|
|
2002-03-21 23:45:59 +00:00
|
|
|
int
|
|
|
|
fubyte(const void *addr)
|
|
|
|
{
|
2002-04-29 09:28:56 +00:00
|
|
|
struct thread *td;
|
|
|
|
pmap_t pm;
|
|
|
|
faultbuf env;
|
2003-01-08 12:19:37 +00:00
|
|
|
u_char *p;
|
2002-04-29 09:28:56 +00:00
|
|
|
int val;
|
2002-03-21 23:45:59 +00:00
|
|
|
|
2011-06-23 22:21:28 +00:00
|
|
|
td = curthread;
|
2002-03-21 23:45:59 +00:00
|
|
|
pm = &td->td_proc->p_vmspace->vm_pmap;
|
2010-07-13 05:32:19 +00:00
|
|
|
p = (u_char *)(USER_ADDR + ((uintptr_t)addr & ~SEGMENT_MASK));
|
|
|
|
|
|
|
|
if (setfault(env)) {
|
|
|
|
td->td_pcb->pcb_onfault = NULL;
|
|
|
|
return (-1);
|
|
|
|
}
|
|
|
|
|
|
|
|
set_user_sr(pm,addr);
|
|
|
|
|
|
|
|
val = *p;
|
|
|
|
|
|
|
|
td->td_pcb->pcb_onfault = NULL;
|
|
|
|
return (val);
|
|
|
|
}
|
|
|
|
|
|
|
|
#ifdef __powerpc64__
|
|
|
|
int32_t
|
|
|
|
fuword32(const void *addr)
|
|
|
|
{
|
|
|
|
struct thread *td;
|
|
|
|
pmap_t pm;
|
|
|
|
faultbuf env;
|
|
|
|
int32_t *p, val;
|
|
|
|
|
2011-06-23 22:21:28 +00:00
|
|
|
td = curthread;
|
2010-07-13 05:32:19 +00:00
|
|
|
pm = &td->td_proc->p_vmspace->vm_pmap;
|
|
|
|
p = (int32_t *)(USER_ADDR + ((uintptr_t)addr & ~SEGMENT_MASK));
|
2002-03-21 23:45:59 +00:00
|
|
|
|
2002-04-29 09:28:56 +00:00
|
|
|
if (setfault(env)) {
|
|
|
|
td->td_pcb->pcb_onfault = NULL;
|
2003-01-08 12:19:37 +00:00
|
|
|
return (-1);
|
2002-04-29 09:28:56 +00:00
|
|
|
}
|
|
|
|
|
2010-07-13 05:32:19 +00:00
|
|
|
set_user_sr(pm,addr);
|
2002-03-21 23:45:59 +00:00
|
|
|
|
2003-01-08 12:19:37 +00:00
|
|
|
val = *p;
|
2002-04-29 09:28:56 +00:00
|
|
|
|
|
|
|
td->td_pcb->pcb_onfault = NULL;
|
|
|
|
return (val);
|
2002-03-21 23:45:59 +00:00
|
|
|
}
|
2010-07-13 05:32:19 +00:00
|
|
|
#endif
|
2002-03-21 23:45:59 +00:00
|
|
|
|
|
|
|
long
|
|
|
|
fuword(const void *addr)
|
|
|
|
{
|
2002-04-29 09:28:56 +00:00
|
|
|
struct thread *td;
|
|
|
|
pmap_t pm;
|
|
|
|
faultbuf env;
|
|
|
|
long *p, val;
|
2002-03-21 23:45:59 +00:00
|
|
|
|
2011-06-23 22:21:28 +00:00
|
|
|
td = curthread;
|
2002-03-21 23:45:59 +00:00
|
|
|
pm = &td->td_proc->p_vmspace->vm_pmap;
|
2010-07-13 05:32:19 +00:00
|
|
|
p = (long *)(USER_ADDR + ((uintptr_t)addr & ~SEGMENT_MASK));
|
2002-03-21 23:45:59 +00:00
|
|
|
|
2002-04-29 09:28:56 +00:00
|
|
|
if (setfault(env)) {
|
|
|
|
td->td_pcb->pcb_onfault = NULL;
|
2003-01-08 12:19:37 +00:00
|
|
|
return (-1);
|
2002-04-29 09:28:56 +00:00
|
|
|
}
|
|
|
|
|
2010-07-13 05:32:19 +00:00
|
|
|
set_user_sr(pm,addr);
|
2002-03-21 23:45:59 +00:00
|
|
|
|
2002-04-29 09:28:56 +00:00
|
|
|
val = *p;
|
|
|
|
|
|
|
|
td->td_pcb->pcb_onfault = NULL;
|
|
|
|
return (val);
|
2002-03-21 23:45:59 +00:00
|
|
|
}
|
2002-05-26 16:03:13 +00:00
|
|
|
|
2010-07-13 05:32:19 +00:00
|
|
|
#ifndef __powerpc64__
|
2002-05-27 10:50:47 +00:00
|
|
|
int32_t
|
2002-05-26 16:03:13 +00:00
|
|
|
fuword32(const void *addr)
|
|
|
|
{
|
2002-05-27 10:50:47 +00:00
|
|
|
return ((int32_t)fuword(addr));
|
2002-05-26 16:03:13 +00:00
|
|
|
}
|
2010-07-13 05:32:19 +00:00
|
|
|
#endif
|
2004-03-02 06:13:09 +00:00
|
|
|
|
2006-10-17 02:24:47 +00:00
|
|
|
uint32_t
|
2010-07-13 05:32:19 +00:00
|
|
|
casuword32(volatile uint32_t *addr, uint32_t old, uint32_t new)
|
2006-08-28 02:28:15 +00:00
|
|
|
{
|
2010-07-13 05:32:19 +00:00
|
|
|
struct thread *td;
|
|
|
|
pmap_t pm;
|
|
|
|
faultbuf env;
|
|
|
|
uint32_t *p, val;
|
|
|
|
|
2011-06-23 22:21:28 +00:00
|
|
|
td = curthread;
|
2010-07-13 05:32:19 +00:00
|
|
|
pm = &td->td_proc->p_vmspace->vm_pmap;
|
|
|
|
p = (uint32_t *)(USER_ADDR + ((uintptr_t)addr & ~SEGMENT_MASK));
|
|
|
|
|
|
|
|
set_user_sr(pm,(const void *)(vm_offset_t)addr);
|
|
|
|
|
|
|
|
if (setfault(env)) {
|
|
|
|
td->td_pcb->pcb_onfault = NULL;
|
|
|
|
return (-1);
|
|
|
|
}
|
|
|
|
|
|
|
|
__asm __volatile (
|
|
|
|
"1:\tlwarx %0, 0, %2\n\t" /* load old value */
|
|
|
|
"cmplw %3, %0\n\t" /* compare */
|
|
|
|
"bne 2f\n\t" /* exit if not equal */
|
|
|
|
"stwcx. %4, 0, %2\n\t" /* attempt to store */
|
|
|
|
"bne- 1b\n\t" /* spin if failed */
|
|
|
|
"b 3f\n\t" /* we've succeeded */
|
|
|
|
"2:\n\t"
|
|
|
|
"stwcx. %0, 0, %2\n\t" /* clear reservation (74xx) */
|
|
|
|
"3:\n\t"
|
|
|
|
: "=&r" (val), "=m" (*p)
|
|
|
|
: "r" (p), "r" (old), "r" (new), "m" (*p)
|
|
|
|
: "cc", "memory");
|
|
|
|
|
|
|
|
td->td_pcb->pcb_onfault = NULL;
|
|
|
|
|
|
|
|
return (val);
|
2006-08-28 02:28:15 +00:00
|
|
|
}
|
|
|
|
|
2010-07-13 05:32:19 +00:00
|
|
|
#ifndef __powerpc64__
|
|
|
|
u_long
|
|
|
|
casuword(volatile u_long *addr, u_long old, u_long new)
|
|
|
|
{
|
|
|
|
return (casuword32((volatile uint32_t *)addr, old, new));
|
|
|
|
}
|
|
|
|
#else
|
2006-10-17 02:24:47 +00:00
|
|
|
u_long
|
|
|
|
casuword(volatile u_long *addr, u_long old, u_long new)
|
2004-03-02 06:13:09 +00:00
|
|
|
{
|
|
|
|
struct thread *td;
|
|
|
|
pmap_t pm;
|
|
|
|
faultbuf env;
|
2006-10-17 02:24:47 +00:00
|
|
|
u_long *p, val;
|
2004-03-02 06:13:09 +00:00
|
|
|
|
2011-06-23 22:21:28 +00:00
|
|
|
td = curthread;
|
2004-03-02 06:13:09 +00:00
|
|
|
pm = &td->td_proc->p_vmspace->vm_pmap;
|
2010-07-13 05:32:19 +00:00
|
|
|
p = (u_long *)(USER_ADDR + ((uintptr_t)addr & ~SEGMENT_MASK));
|
2004-03-02 06:13:09 +00:00
|
|
|
|
2010-07-13 05:32:19 +00:00
|
|
|
set_user_sr(pm,(const void *)(vm_offset_t)addr);
|
2004-03-02 06:13:09 +00:00
|
|
|
|
|
|
|
if (setfault(env)) {
|
|
|
|
td->td_pcb->pcb_onfault = NULL;
|
|
|
|
return (-1);
|
|
|
|
}
|
|
|
|
|
2009-10-31 17:59:24 +00:00
|
|
|
__asm __volatile (
|
2010-07-13 05:32:19 +00:00
|
|
|
"1:\tldarx %0, 0, %2\n\t" /* load old value */
|
|
|
|
"cmpld %3, %0\n\t" /* compare */
|
2009-10-31 17:59:24 +00:00
|
|
|
"bne 2f\n\t" /* exit if not equal */
|
2010-07-13 05:32:19 +00:00
|
|
|
"stdcx. %4, 0, %2\n\t" /* attempt to store */
|
2009-10-31 17:59:24 +00:00
|
|
|
"bne- 1b\n\t" /* spin if failed */
|
|
|
|
"b 3f\n\t" /* we've succeeded */
|
|
|
|
"2:\n\t"
|
2010-07-13 05:32:19 +00:00
|
|
|
"stdcx. %0, 0, %2\n\t" /* clear reservation (74xx) */
|
2009-10-31 17:59:24 +00:00
|
|
|
"3:\n\t"
|
|
|
|
: "=&r" (val), "=m" (*p)
|
|
|
|
: "r" (p), "r" (old), "r" (new), "m" (*p)
|
|
|
|
: "cc", "memory");
|
2004-03-02 06:13:09 +00:00
|
|
|
|
|
|
|
td->td_pcb->pcb_onfault = NULL;
|
|
|
|
|
|
|
|
return (val);
|
|
|
|
}
|
2010-07-13 05:32:19 +00:00
|
|
|
#endif
|
|
|
|
|