Searched refs:access (Results 1 - 25 of 592) sorted by path

1234567891011>>

/linux-master/arch/arm/mm/
H A Dabort-ev4.S23 uaccess_disable ip @ disable userspace access
H A Dabort-ev5t.S25 uaccess_disable ip @ disable user access
H A Dabort-ev5tj.S28 uaccess_disable ip @ disable userspace access
H A Dabort-lv4t.S30 uaccess_disable ip @ disable userspace access
170 uaccess_disable ip @ disable userspace access
H A Dabort-macro.S17 uaccess_disable ip @ disable userspace access
/linux-master/arch/m68k/fpsp040/
H A Dfpsp.h13 | These equates are used to access the exception frame, the fsave
H A Dsetox.S95 | Using a single-precision constant avoids memory access.
129 | Notes: a) In order to reduce memory access, the coefficients are
249 | Notes: a) In order to reduce memory access, the coefficients are
303 | Notes: a) In order to reduce memory access, the coefficients are
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S6750 # access. Another effect of using a single-precision #
6786 # Notes: a) In order to reduce memory access, the coefficients #
6914 # Notes: a) In order to reduce memory access, the coefficients #
6972 # Notes: a) In order to reduce memory access, the coefficients #
H A Dfpsp.S2381 # _real_access() - "callout" for access error exception #
2392 # If access error: #
2393 # - The system stack is changed to an access error stack frame #
2445 # "callout" returns a failing result indicating an access error, then #
2446 # we must create an access error stack frame from the current stack #
3077 # facc_out_{b,w,l}() - store to memory took access error (opcl 3) #
3084 # No access error: #
3101 # which creates an access error stack frame from the current operr #
3274 # No access error: #
3291 # which creates an access erro
[all...]
H A Disp.S348 # _real_access() - "callout" for access error exception #
360 # If access error exception: #
361 # - The system stack changed to contain access err exc stk frame #
382 # access error frame must be created and an exit made through #
390 # access these register files for things like data retrieval and <ea> #
864 # isp_iacc() - handle instruction access error exception #
865 # isp_dacc() - handle data access error exception #
889 # future access error; if -(a7), set mda7_flg in #
893 # future access error; if (a7)+, set mia7_flg in #
1045 mov.l %a0,EXC_SAVVAL(%a6) # save in case of access erro
[all...]
H A Dpfpsp.S2380 # _real_access() - "callout" for access error exception #
2391 # If access error: #
2392 # - The system stack is changed to an access error stack frame #
2444 # "callout" returns a failing result indicating an access error, then #
2445 # we must create an access error stack frame from the current stack #
3076 # facc_out_{b,w,l}() - store to memory took access error (opcl 3) #
3083 # No access error: #
3100 # which creates an access error stack frame from the current operr #
3273 # No access error: #
3290 # which creates an access erro
[all...]
/linux-master/arch/m68k/math-emu/
H A Dfp_entry.S80 | we jump here after an access error while trying to access
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-sriox-defs.h1422 uint64_t access:1; member in struct:cvmx_sriox_status_reg::cvmx_sriox_status_reg_s
1426 uint64_t access:1;
/linux-master/arch/mips/include/asm/sn/sn0/
H A Dhubmd.h548 bad_prot: 3, /* 41-39: encoding, bad access rights*/
587 access: 2, /* 39-38: access rights of initiator*/ member in struct:proto_error_reg
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dfault.c88 u64 ea, dsisr, access; local
120 access = (_PAGE_PRESENT | _PAGE_READ);
121 access |= (dsisr & MFC_DSISR_ACCESS_PUT) ? _PAGE_WRITE : 0UL;
123 ret = hash_page(ea, access, 0x300, dsisr);
/linux-master/drivers/gpu/drm/nouveau/include/nvif/
H A Dcl0002.h17 __u8 access; member in struct:nv_dma_v0
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/dma/
H A Dusergf100.c137 switch (dmaobj->base.access) {
H A Dusernv50.c142 switch (dmaobj->base.access) {
/linux-master/drivers/misc/c2port/
H A Dc2port-duramar2150.c41 /* When access is "off" is important that both lines are set
105 .access = duramar2150_c2port_access,
143 /* Setup the GPIOs as input by default (access = 0) */
/linux-master/drivers/rapidio/
H A DMakefile6 rapidio-y := rio.o rio-access.o rio-driver.o rio-sysfs.o
/linux-master/drivers/sh/intc/
H A DMakefile2 obj-y := access.o chip.o core.o handle.o irqdomain.o virq.o
/linux-master/include/linux/
H A Dc2port.h20 unsigned int access:1; member in struct:c2port_device
39 /* Enable or disable the access to C2 port */
40 void (*access)(struct c2port_device *dev, int status); member in struct:c2port_ops
/linux-master/include/sound/
H A Dwss.h190 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | SNDRV_CTL_ELEM_ACCESS_TLV_READ, \
202 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | SNDRV_CTL_ELEM_ACCESS_TLV_READ, \
/linux-master/sound/core/oss/
H A Dio.c46 if (plugin->access == SNDRV_PCM_ACCESS_RW_INTERLEAVED) {
72 if (plugin->access == SNDRV_PCM_ACCESS_RW_INTERLEAVED) {
101 if (plugin->access == SNDRV_PCM_ACCESS_RW_INTERLEAVED) {
130 plugin->access = params_access(params);
133 if (plugin->access == SNDRV_PCM_ACCESS_RW_INTERLEAVED)
/linux-master/sound/firewire/bebob/
H A Dbebob_maudio.c402 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
435 .access = SNDRV_CTL_ELEM_ACCESS_READ,
527 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
583 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,

Completed in 545 milliseconds

1234567891011>>