Home
last modified time | relevance | path

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

/arch/x86/include/intel64/
A Dkernel_arch_data.h43 #define TRAMPOLINE_STACK(n) \ argument
47 #define TRAMPOLINE_INIT(n) \ argument
50 #define TRAMPOLINE_STACK(n) argument
51 #define TRAMPOLINE_INIT(n) argument
54 #define ACPI_CPU_INIT(n, _) \ argument
57 TRAMPOLINE_STACK(n); \
59 struct x86_tss64 tss##n = { \
60 TRAMPOLINE_INIT(n) \
68 .tr = (0x40 + (16 * n)), \
69 .gs_base = &tss##n, \
[all …]
/arch/posix/
A DLinux.aarch64.cmake20 "CONFIG_64BIT=y but this Aarch64 machine has a 32-bit userspace.\n"
21 "If you were targeting native_sim/native/64, target native_sim instead.\n"
22 "Otherwise, be sure to define CONFIG_64BIT appropriately.\n"
29 "CONFIG_64BIT=n but this Aarch64 machine has a 64-bit userspace.\n"
30 "If you were targeting native_sim, target native_sim/native/64 instead.\n"
31 "Otherwise, be sure to define CONFIG_64BIT appropriately.\n"
/arch/x86/core/
A Defi.c117 static int n; in efi_console_putchar() local
155 efibuf[n++] = c; in efi_console_putchar()
156 if (c == '\n' || n == EFI_CON_BUFSZ) { in efi_console_putchar()
157 efibuf[n] = 0U; in efi_console_putchar()
159 n = 0; in efi_console_putchar()
A Dlegacy_bios.c9 #define DATA_SIZE_K(n) (n * 1024u) argument
A Dpcie.c42 int n = (m->header.Length - sizeof(*m)) / sizeof(m->pci_segs[0]); in pcie_mm_init() local
44 for (int i = 0; i < n && i < MAX_PCI_BUS_SEGMENTS; i++) { in pcie_mm_init()
A DKconfig.ia32189 Set n to disable the use of MFENCE instruction in arch_dcache_flush()
/arch/arm/core/cortex_m/
A Dreset.S73 movs.n r0, #0
78 movs.n r0, #0
131 movs.n r0, #0
143 movs.n r0, #0
157 movs.n r0, #_EXC_IRQ_DEFAULT_PRIO
A Dswap_helper.S124 movs.n r0, #_EXC_IRQ_DEFAULT_PRIO
195 movs.n r3, #0
230 movs.n r1, #1
272 movs.n r3, #0
/arch/x86/zefi/
A Dzefi.c61 static int n; in efi_putchar() local
67 efibuf[n] = c; in efi_putchar()
68 ++n; in efi_putchar()
70 if (c == '\n' || n == PUTCHAR_BUFSZ) { in efi_putchar()
71 efibuf[n] = 0U; in efi_putchar()
73 n = 0; in efi_putchar()
/arch/x86/core/intel64/
A Dcpu.c30 #define INIT_CPUID(n, _) n argument
/arch/common/
A Disr_tables.c72 #define BUILD_VECTOR(n, _) __asm(ARCH_IRQ_VECTOR_JUMP_CODE(IRQ_VECTOR_TABLE_DEFAULT_ISR)) argument
/arch/mips/
A DKconfig20 default n
/arch/sparc/
A DKconfig20 default n
/arch/rx/
A DKconfig57 default n
/arch/xtensa/core/
A Dgen_zsr.py53 regs = [ f"MISC{n}" for n in range(0, int(get("XCHAL_NUM_MISC_REGS"))) ]
A DCMakeLists.txt66 file(WRITE ${CORE_ISA_IN} "#include <xtensa/config/core-isa.h>\n")
/arch/xtensa/include/
A Dxtensa_asm2_s.h133 l32i.n a0, a1, ___xtensa_irq_bsa_t_fcr_OFFSET
135 l32i.n a0, a1, ___xtensa_irq_bsa_t_fsr_OFFSET
455 movi.n a0, 0
/arch/arm64/core/
A DKconfig134 default n
250 default n
254 default n if CPU_AARCH64_CORTEX_R
/arch/arm/core/cortex_a_r/
A DKconfig71 default n
222 default n
/arch/arm/core/
A Duserspace.S682 beq.n strlen_done
685 b.n strlen_loop
/arch/arc/
A DKconfig376 default n
384 default n
/arch/arm/
A DKconfig39 default n
/arch/riscv/
A DKconfig53 and most people should say n here to minimize context switching
310 default n
/arch/xtensa/
A DKconfig27 default n
/arch/x86/
A DKconfig333 default n

Completed in 53 milliseconds