Home
last modified time | relevance | path

Searched refs:ulAccessRequested (Results 1 – 25 of 28) sorted by relevance

12

/FreeRTOS-Kernel/portable/GCC/ARM_CRx_MPU/
A Dport.c109 … const uint32_t ulAccessRequested );
576 const uint32_t ulAccessRequested ) in prvMPURegionAuthorizesBuffer() argument
598 if( ulAccessRequested == tskMPU_READ_PERMISSION ) /* RO. */ in prvMPURegionAuthorizesBuffer()
608 else if( ( ulAccessRequested & tskMPU_WRITE_PERMISSION ) != 0UL ) /* W or RW. */ in prvMPURegionAuthorizesBuffer()
626 uint32_t ulAccessRequested ) in xPortIsAuthorizedToAccessBuffer() argument
656 ulAccessRequested ); in xPortIsAuthorizedToAccessBuffer()
/FreeRTOS-Kernel/include/
A Dportable.h266 uint32_t ulAccessRequested ) PRIVILEGED_FUNCTION;
/FreeRTOS-Kernel/portable/GCC/ARM_CM0/
A Dport.c1466 … uint32_t ulAccessRequested ) /* PRIVILEGED_FUNCTION */ in xPortIsAuthorizedToAccessBuffer() argument
1514 if( ulAccessRequested == tskMPU_READ_PERMISSION ) /* RO. */ in xPortIsAuthorizedToAccessBuffer()
1524 … else if( ( ulAccessRequested & tskMPU_WRITE_PERMISSION ) != 0UL ) /* W or RW. */ in xPortIsAuthorizedToAccessBuffer()
/FreeRTOS-Kernel/portable/IAR/ARM_CM4F_MPU/
A Dport.c1251 … uint32_t ulAccessRequested ) /* PRIVILEGED_FUNCTION */ in xPortIsAuthorizedToAccessBuffer() argument
1285 …portIS_AUTHORIZED( ulAccessRequested, xTaskMpuSettings->xRegionSettings[ i ].ulRegionPermissions )… in xPortIsAuthorizedToAccessBuffer()
/FreeRTOS-Kernel/portable/GCC/ARM_CM3_MPU/
A Dport.c1372 … uint32_t ulAccessRequested ) /* PRIVILEGED_FUNCTION */ in xPortIsAuthorizedToAccessBuffer() argument
1406 …portIS_AUTHORIZED( ulAccessRequested, xTaskMpuSettings->xRegionSettings[ i ].ulRegionPermissions )… in xPortIsAuthorizedToAccessBuffer()
/FreeRTOS-Kernel/portable/GCC/ARM_CM4_MPU/
A Dport.c1515 … uint32_t ulAccessRequested ) /* PRIVILEGED_FUNCTION */ in xPortIsAuthorizedToAccessBuffer() argument
1549 …portIS_AUTHORIZED( ulAccessRequested, xTaskMpuSettings->xRegionSettings[ i ].ulRegionPermissions )… in xPortIsAuthorizedToAccessBuffer()
/FreeRTOS-Kernel/portable/IAR/ARM_CM85/non_secure/
A Dport.c2006 … uint32_t ulAccessRequested ) /* PRIVILEGED_FUNCTION */ in xPortIsAuthorizedToAccessBuffer() argument
2043 portIS_AUTHORIZED( ulAccessRequested, in xPortIsAuthorizedToAccessBuffer()
/FreeRTOS-Kernel/portable/IAR/ARM_CM85_NTZ/non_secure/
A Dport.c2006 … uint32_t ulAccessRequested ) /* PRIVILEGED_FUNCTION */ in xPortIsAuthorizedToAccessBuffer() argument
2043 portIS_AUTHORIZED( ulAccessRequested, in xPortIsAuthorizedToAccessBuffer()
/FreeRTOS-Kernel/portable/IAR/ARM_CM23/non_secure/
A Dport.c2006 … uint32_t ulAccessRequested ) /* PRIVILEGED_FUNCTION */ in xPortIsAuthorizedToAccessBuffer() argument
2043 portIS_AUTHORIZED( ulAccessRequested, in xPortIsAuthorizedToAccessBuffer()
/FreeRTOS-Kernel/portable/IAR/ARM_CM23_NTZ/non_secure/
A Dport.c2006 … uint32_t ulAccessRequested ) /* PRIVILEGED_FUNCTION */ in xPortIsAuthorizedToAccessBuffer() argument
2043 portIS_AUTHORIZED( ulAccessRequested, in xPortIsAuthorizedToAccessBuffer()
/FreeRTOS-Kernel/portable/IAR/ARM_CM33/non_secure/
A Dport.c2006 … uint32_t ulAccessRequested ) /* PRIVILEGED_FUNCTION */ in xPortIsAuthorizedToAccessBuffer() argument
2043 portIS_AUTHORIZED( ulAccessRequested, in xPortIsAuthorizedToAccessBuffer()
/FreeRTOS-Kernel/portable/IAR/ARM_CM33_NTZ/non_secure/
A Dport.c2006 … uint32_t ulAccessRequested ) /* PRIVILEGED_FUNCTION */ in xPortIsAuthorizedToAccessBuffer() argument
2043 portIS_AUTHORIZED( ulAccessRequested, in xPortIsAuthorizedToAccessBuffer()
/FreeRTOS-Kernel/portable/IAR/ARM_CM35P/non_secure/
A Dport.c2006 … uint32_t ulAccessRequested ) /* PRIVILEGED_FUNCTION */ in xPortIsAuthorizedToAccessBuffer() argument
2043 portIS_AUTHORIZED( ulAccessRequested, in xPortIsAuthorizedToAccessBuffer()
/FreeRTOS-Kernel/portable/IAR/ARM_CM35P_NTZ/non_secure/
A Dport.c2006 … uint32_t ulAccessRequested ) /* PRIVILEGED_FUNCTION */ in xPortIsAuthorizedToAccessBuffer() argument
2043 portIS_AUTHORIZED( ulAccessRequested, in xPortIsAuthorizedToAccessBuffer()
/FreeRTOS-Kernel/portable/IAR/ARM_CM55/non_secure/
A Dport.c2006 … uint32_t ulAccessRequested ) /* PRIVILEGED_FUNCTION */ in xPortIsAuthorizedToAccessBuffer() argument
2043 portIS_AUTHORIZED( ulAccessRequested, in xPortIsAuthorizedToAccessBuffer()
/FreeRTOS-Kernel/portable/IAR/ARM_CM55_NTZ/non_secure/
A Dport.c2006 … uint32_t ulAccessRequested ) /* PRIVILEGED_FUNCTION */ in xPortIsAuthorizedToAccessBuffer() argument
2043 portIS_AUTHORIZED( ulAccessRequested, in xPortIsAuthorizedToAccessBuffer()
/FreeRTOS-Kernel/portable/RVDS/ARM_CM4_MPU/
A Dport.c1506 … uint32_t ulAccessRequested ) /* PRIVILEGED_FUNCTION */ in xPortIsAuthorizedToAccessBuffer() argument
1541 …portIS_AUTHORIZED( ulAccessRequested, xTaskMpuSettings->xRegionSettings[ i ].ulRegionPermissions )… in xPortIsAuthorizedToAccessBuffer()
/FreeRTOS-Kernel/portable/GCC/ARM_CM23_NTZ/non_secure/
A Dport.c2006 … uint32_t ulAccessRequested ) /* PRIVILEGED_FUNCTION */ in xPortIsAuthorizedToAccessBuffer() argument
2043 portIS_AUTHORIZED( ulAccessRequested, in xPortIsAuthorizedToAccessBuffer()
/FreeRTOS-Kernel/portable/GCC/ARM_CM33/non_secure/
A Dport.c2006 … uint32_t ulAccessRequested ) /* PRIVILEGED_FUNCTION */ in xPortIsAuthorizedToAccessBuffer() argument
2043 portIS_AUTHORIZED( ulAccessRequested, in xPortIsAuthorizedToAccessBuffer()
/FreeRTOS-Kernel/portable/GCC/ARM_CM33_NTZ/non_secure/
A Dport.c2006 … uint32_t ulAccessRequested ) /* PRIVILEGED_FUNCTION */ in xPortIsAuthorizedToAccessBuffer() argument
2043 portIS_AUTHORIZED( ulAccessRequested, in xPortIsAuthorizedToAccessBuffer()
/FreeRTOS-Kernel/portable/GCC/ARM_CM35P/non_secure/
A Dport.c2006 … uint32_t ulAccessRequested ) /* PRIVILEGED_FUNCTION */ in xPortIsAuthorizedToAccessBuffer() argument
2043 portIS_AUTHORIZED( ulAccessRequested, in xPortIsAuthorizedToAccessBuffer()
/FreeRTOS-Kernel/portable/GCC/ARM_CM35P_NTZ/non_secure/
A Dport.c2006 … uint32_t ulAccessRequested ) /* PRIVILEGED_FUNCTION */ in xPortIsAuthorizedToAccessBuffer() argument
2043 portIS_AUTHORIZED( ulAccessRequested, in xPortIsAuthorizedToAccessBuffer()
/FreeRTOS-Kernel/portable/GCC/ARM_CM55_NTZ/non_secure/
A Dport.c2006 … uint32_t ulAccessRequested ) /* PRIVILEGED_FUNCTION */ in xPortIsAuthorizedToAccessBuffer() argument
2043 portIS_AUTHORIZED( ulAccessRequested, in xPortIsAuthorizedToAccessBuffer()
/FreeRTOS-Kernel/portable/GCC/ARM_CM85/non_secure/
A Dport.c2006 … uint32_t ulAccessRequested ) /* PRIVILEGED_FUNCTION */ in xPortIsAuthorizedToAccessBuffer() argument
2043 portIS_AUTHORIZED( ulAccessRequested, in xPortIsAuthorizedToAccessBuffer()
/FreeRTOS-Kernel/portable/GCC/ARM_CM85_NTZ/non_secure/
A Dport.c2006 … uint32_t ulAccessRequested ) /* PRIVILEGED_FUNCTION */ in xPortIsAuthorizedToAccessBuffer() argument
2043 portIS_AUTHORIZED( ulAccessRequested, in xPortIsAuthorizedToAccessBuffer()

Completed in 117 milliseconds

12