#include <linux/sched.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/types.h>
#include <linux/mm.h>
#include <linux/spinlock.h>
#include <linux/module.h>
#include <linux/uaccess.h>
#include "icswx.h"
Go to the source code of this file.
: regsiters at time of interrupt : storage address : Fault code, usually the DSISR or ESR depending on processor type
Return 0 if we are able to resolve the data storage fault that results from a CT miss in the ACOP register.
Definition at line 197 of file icswx.c.
Stop using a coprocessor. : mask of coprocessor to be stopped. : The mm the coprocessor associated with.
Definition at line 129 of file icswx.c.
Start using a coprocessor. : mask of coprocessor to be used. : The mm the coprocessor to associate with. Most likely current mm.
Return a positive PID if successful. Negative errno otherwise. The returned PID will be fed to the coprocessor to determine if an icswx transaction is authenticated.
Definition at line 85 of file icswx.c.