Searched refs:d (Results 1 – 13 of 13) sorted by relevance
| /arch/arm/core/ |
| A D | fatal.c | 39 for (int i = 0; i < ARRAY_SIZE(esf->fpu.d); i += 4) { in esf_dump() 42 i, (uint64_t)esf->fpu.d[i], in esf_dump() 43 i + 1, (uint64_t)esf->fpu.d[i + 1], in esf_dump() 44 i + 2, (uint64_t)esf->fpu.d[i + 2], in esf_dump() 45 i + 3, (uint64_t)esf->fpu.d[i + 3]); in esf_dump()
|
| /arch/x86/zefi/ |
| A D | printf.h | 123 int d = (v >> (i*4)) & 0xf; in vpf() local 125 sig += !!d; in vpf() 127 pc(r, "0123456789abcdef"[d]); in vpf()
|
| A D | README.txt | 75 a IP-relative addressing mode, so we'd have to do some kind of
|
| /arch/arc/core/secureshield/ |
| A D | arc_secure.S | 87 j.d [blink] 106 j.d [blink]
|
| /arch/arc/core/ |
| A D | cpu_idle.S | 75 j_s.d [blink]
|
| A D | regular_irq.S | 216 bne.d rirq_nest
|
| A D | userspace.S | 278 j_s.d [blink] 283 brne.d.nt lp_count, 0x1, inc_len
|
| A D | isr_wrapper.S | 306 jl_s.d [r1]
|
| A D | fast_irq.S | 80 bne.d firq_nest
|
| /arch/arc/include/ |
| A D | swap_macros.h | 555 .macro _st32_huge_offset, d, s, offset, temp 557 st MACRO_ARG(d), [MACRO_ARG(s), MACRO_ARG(offset)] 565 st.as MACRO_ARG(d), [MACRO_ARG(s), MACRO_ARG(offset) >> __arc_ldst32_as_shift] 568 st MACRO_ARG(d), [MACRO_ARG(temp)]
|
| /arch/common/ |
| A D | CMakeLists.txt | 100 # should not be --whole-archive'd
|
| /arch/arm/core/cortex_a_r/ |
| A D | fault.c | 187 : "r" (&fpu->d[0]) in z_arm_fpu_caller_save()
|
| /arch/ |
| A D | Kconfig | 873 This hidden configuration should be selected when the CPU has a d-cache. 1064 bool "Data cache (d-cache) support" 1068 This option enables the support for the data cache (d-cache). 1096 bool "Detect d-cache line size at runtime" 1100 finding the d-cache line size at the expense of taking more memory and 1103 If the CPU's d-cache line size is known in advance, disable this option and 1105 using the 'd-cache-line-size' property. 1108 int "d-cache line size" 1112 Size in bytes of a CPU d-cache line. If this is set to 0 the value is 1113 obtained from the 'd-cache-line-size' DT property instead if present.
|
Completed in 20 milliseconds