Home
last modified time | relevance | path

Searched refs:reg (Results 1 – 6 of 6) sorted by relevance

/hafnium-2.8-rc0/src/arch/aarch64/
A Dexception_macros.S64 \op q0, q1, [\reg], #32
65 \op q2, q3, [\reg], #32
66 \op q4, q5, [\reg], #32
67 \op q6, q7, [\reg], #32
68 \op q8, q9, [\reg], #32
69 \op q10, q11, [\reg], #32
70 \op q12, q13, [\reg], #32
71 \op q14, q15, [\reg], #32
72 \op q16, q17, [\reg], #32
73 \op q18, q19, [\reg], #32
[all …]
A Dcache_helpers.S15 .macro dcache_line_size reg, tmp
18 mov \reg, #4
19 lsl \reg, \reg, \tmp
A Dmm.c117 #define tlbi_reg(op, reg) \ argument
119 __asm__ __volatile__("tlbi " #op ", %0" : : "r"(reg)); \
/hafnium-2.8-rc0/test/vmapi/
A Dfvp-base-spmc.dts32 reg = <0x00 0x00>;
37 reg = <0x00 0x10300>;
42 reg = <0x00 0x10200>;
47 reg = <0x00 0x10100>;
52 reg = <0x00 0x10000>;
57 reg = <0x00 0x300>;
62 reg = <0x00 0x200>;
67 reg = <0x00 0x100>;
73 reg = <0x0 0x6000000 0x2000000>;
/hafnium-2.8-rc0/src/arch/aarch64/plat/interrupts/
A Dgicv3.c56 static uint32_t affinity_to_core_id(uint64_t reg) in affinity_to_core_id() argument
61 this_cpu = cpu_find(reg & MPIDR_AFFINITY_MASK); in affinity_to_core_id()
339 uint64_t reg; in gicr_affinity_to_core_pos() local
347 reg = (aff3 << MPIDR_AFF3_SHIFT) | (aff2 << MPIDR_AFF2_SHIFT) | in gicr_affinity_to_core_pos()
350 return affinity_to_core_id(reg); in gicr_affinity_to_core_pos()
/hafnium-2.8-rc0/test/vmapi/arch/aarch64/gicv3/
A Dsecondary.dts34 reg = <0>;

Completed in 8 milliseconds