Home
last modified time | relevance | path

Searched refs:f (Results 1 – 25 of 27) sorted by relevance

12

/arch/xtensa/core/
A Dgen_zsr.py66 regs.append(f"EXCSAVE{il}")
87 with open(outfile, "w") as f:
92 f.write(f"# define ZSR_{need} {regs[i]}\n")
93 f.write(f"# define ZSR_{need}_STR \"{regs[i]}\"\n")
97 f.write(f"# define ZSR_EXTRA{i - len(NEEDED)} {regs[i]}\n")
98 f.write(f"# define ZSR_EXTRA{i - len(NEEDED)}_STR \"{regs[i]}\"\n")
101 f.write(f"# define ZSR_RFI_LEVEL {maxint}\n")
102 f.write(f"# define ZSR_EPC EPC{maxint}\n")
103 f.write(f"# define ZSR_EPS EPS{maxint}\n")
107 f.write(f"# define ZSR_IRQ_OFFLOAD_INT {irqoff_int}\n")
[all …]
A Dgen_vectors.py84 print(f"no intlevel match for debug val {val}")
96 offsets[f"Level{m.group(1)}Interrupt"] = addr
101 old = f"Level{debug_level}Interrupt"
102 offsets[f"DebugException"] = offsets[old]
117 print(f" KEEP(*(.WindowVectors.text));")
119 print(f" KEEP(*(.{s}Vector.literal));")
121 print(f" KEEP(*(.{s}Vector.text));")
A Dcrt1.S139 beqz a4, 1f
/arch/x86/zefi/
A Dprintf.h72 for (/**/; *f != '\0'; f++) { in vpf()
75 if (*f != '%') { in vpf()
76 pc(r, *f); in vpf()
82 f++; in vpf()
86 while (f[1] >= '0' && f[1] <= '9') { in vpf()
87 f++; in vpf()
90 f++; in vpf()
92 while (f[1] >= '0' && f[1] <= '9') { in vpf()
93 f++; in vpf()
96 switch (*(++f)) { in vpf()
[all …]
A Dzefi.py68 verbose(f"{len(data_blob)} bytes of data to include in image")
165 verbose(f"Working on {args.elf_file} with {args.includes}...")
/arch/arm64/core/
A Dearly_mem_funcs.S27 b.ne 2f
31 b.lo 2f
45 cbz x2, 4f
61 b.ne 2f
65 b.lo 2f
75 cbz x2, 4f
A Dreset.S45 switch_el x0, 3f, 2f, 1f
149 beq 1f
221 switch_el x0, 3f, 2f, 1f
242 adr x0, 1f
A Duserspace.S65 cbnz w2, 1f
67 b 2f
A Dswitch.S156 bne 1f
196 cbnz w3, 1f
A Dmacro_priv.inc37 beq 2f
A Dvector_table.S266 ble 1f
325 bne 1f
A Disr_wrapper.S42 cbnz w1, 1f
/arch/x86/core/
A Dcommon.S27 je 1f
69 jmp 1f
/arch/riscv/core/
A Disr.S152 bnez t0, 1f
234 bnez t2, 1f
267 bnez t1, 2f /* not a CSR insn */
272 beqz t0, 2f /* 0=ustatus */
377 bnez t0, 1f
456 j 1f
501 bnez t1, 1f
600 bnez t0, 1f
603 j 2f
773 bnez t0, 1f
[all …]
A Dasm_macros.inc62 beqz \rs, 999f
/arch/x86/core/ia32/
A Dexcstub.S110 jz 1f
115 jmp 2f
A Duserspace.S47 jz 1f
107 jz 1f
A Dintstub.S444 jmp 1f
/arch/arc/core/
A Dreset.S94 and.f r0, r0, 0xff
107 and.f r3, r3, 0xff
/arch/xtensa/core/startup/
A Dreset_vector.S215 bltui a2, 12, 1f
255 bbci.l a7, PWRSTAT_WAKEUP_RESET_SHIFT, 1f
262 bnez a4, 1f
/arch/arm/core/cortex_a_r/
A Dmacro_priv.inc34 beq 2f
A Dswitch.S140 bhi 1f
A Dreset.S233 beq 1f
276 b 2f
/arch/x86/core/intel64/
A Dlocore.S138 jmpl $X86_KERNEL_CS_32, $1f
331 jz 1f
468 jz 1f
484 jz 1f
540 jz 1f
631 jz 1f
695 jz 1f
737 jz 1f
/arch/rx/core/
A Dreset.S40 beq 2f

Completed in 33 milliseconds

12