Home
last modified time | relevance | path

Searched refs:a (Results 1 – 11 of 11) sorted by relevance

/libcpu/mips/common/
A Dmips_addrspace.h48 #define KSEGX(a) ((_ACAST32_ (a)) & 0xe0000000) argument
53 #define CPHYSADDR(a) ((_ACAST32_(a)) & 0x1fffffff) argument
54 #define XPHYSADDR(a) ((_ACAST64_(a)) & \ argument
73 #define CKSEG0ADDR(a) (CPHYSADDR(a) | CKSEG0) argument
74 #define CKSEG1ADDR(a) (CPHYSADDR(a) | CKSEG1) argument
75 #define CKSEG2ADDR(a) (CPHYSADDR(a) | CKSEG2) argument
76 #define CKSEG3ADDR(a) (CPHYSADDR(a) | CKSEG3) argument
86 #define CKSEG0ADDR(a) (CPHYSADDR(a) | KSEG0BASE) argument
87 #define CKSEG1ADDR(a) (CPHYSADDR(a) | KSEG1BASE) argument
88 #define CKSEG2ADDR(a) (CPHYSADDR(a) | KSEG2BASE) argument
[all …]
A Dmips_cache.c34 rt_ubase_t end, a; in r4k_icache_flush_range() local
49 if (a == end) in r4k_icache_flush_range()
51 a += ic_lsize; in r4k_icache_flush_range()
58 rt_ubase_t end, a; in r4k_icache_lock_range() local
66 if (a == end) in r4k_icache_lock_range()
68 a += ic_lsize; in r4k_icache_lock_range()
74 rt_ubase_t end, a; in r4k_dcache_inv() local
82 if (a == end) in r4k_dcache_inv()
84 a += dc_lsize; in r4k_dcache_inv()
90 rt_ubase_t end, a; in r4k_dcache_wback_inv() local
[all …]
/libcpu/risc-v/common64/
A Dio.h18 #define __arch_getl(a) (*(unsigned int *)(a)) argument
19 #define __arch_putl(v, a) (*(unsigned int *)(a) = (v)) argument
/libcpu/unicore32/sep6200/
A Dcontext_gcc.S28 mov.a asr, r1
38 mov.a asr, r0
61 mov.a bsr,r4
63 mov.a asr, r4
76 mov.a bsr, r4
78 mov.a asr, r4
92 cmpsub.a r3, #1
A Dstart_gcc.S148 mov.a asr, r0
180 cmpsub.a r12, #0
192 cmpsub.a r0, r1
200 cmpsub.a r0, r1
213 mov.a asr, r1
261 cmpsub.a r1, #1
267 mov.a pc, lr
291 mov.a asr, r0
316 mov.a bsr, r4
318 mov.a asr, r4
[all …]
/libcpu/arm/cortex-m4/
A DREADME.md4 …y interrupts except abnormal interrupts after disabling interrupts. This is a common problem in th…
51 …INTERRUPT_PRIORITY` is set to 0x01, the system masking only interrupts with a priority of `0x01-0x…
52 - Interrupts with a priority of 0 are not managed by the system and can continue to respond to inte…
53 …I) register for independent interrupt management, note that interrupts with a priority value lower…
/libcpu/arm/zynqmp-r5/
A Dxil_mpu.c612 #define u32overflow(a, b) ({typeof(a) s; __builtin_uadd_overflow(a, b, &s); }) argument
614 #define u32overflow(a, b) ((a) > ((a) + (b))) argument
/libcpu/arm/am335x/
A Dstart_iar.s48 __vector: ; Make this a DATA label, so that stack usage
/libcpu/arm/cortex-r52/
A Dstart_iar.S51 ; Align stack start to a 4-byte boundary (32-bit word)
56 DCB 0 ; Define a byte of data and clear it to zero
/libcpu/ti-dsp/c28x/
A Dcontext.s110 ; and therefore can be used in a function without being saved on stack first
/libcpu/sparc-v8/bm3803/
A Dstart_gcc.S133 bleu,a bss_loop

Completed in 9 milliseconds