Searched refs:n (Results 1 – 25 of 25) sorted by relevance
| /arch/x86/include/intel64/ |
| A D | kernel_arch_data.h | 43 #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 D | Linux.aarch64.cmake | 20 "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 D | efi.c | 117 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 D | legacy_bios.c | 9 #define DATA_SIZE_K(n) (n * 1024u) argument
|
| A D | pcie.c | 42 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 D | Kconfig.ia32 | 189 Set n to disable the use of MFENCE instruction in arch_dcache_flush()
|
| /arch/arm/core/cortex_m/ |
| A D | reset.S | 73 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 D | swap_helper.S | 124 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 D | zefi.c | 61 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 D | cpu.c | 30 #define INIT_CPUID(n, _) n argument
|
| /arch/common/ |
| A D | isr_tables.c | 72 #define BUILD_VECTOR(n, _) __asm(ARCH_IRQ_VECTOR_JUMP_CODE(IRQ_VECTOR_TABLE_DEFAULT_ISR)) argument
|
| /arch/mips/ |
| A D | Kconfig | 20 default n
|
| /arch/sparc/ |
| A D | Kconfig | 20 default n
|
| /arch/rx/ |
| A D | Kconfig | 57 default n
|
| /arch/xtensa/core/ |
| A D | gen_zsr.py | 53 regs = [ f"MISC{n}" for n in range(0, int(get("XCHAL_NUM_MISC_REGS"))) ]
|
| A D | CMakeLists.txt | 66 file(WRITE ${CORE_ISA_IN} "#include <xtensa/config/core-isa.h>\n")
|
| /arch/xtensa/include/ |
| A D | xtensa_asm2_s.h | 133 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 D | Kconfig | 134 default n 250 default n 254 default n if CPU_AARCH64_CORTEX_R
|
| /arch/arm/core/cortex_a_r/ |
| A D | Kconfig | 71 default n 222 default n
|
| /arch/arm/core/ |
| A D | userspace.S | 682 beq.n strlen_done 685 b.n strlen_loop
|
| /arch/arc/ |
| A D | Kconfig | 376 default n 384 default n
|
| /arch/arm/ |
| A D | Kconfig | 39 default n
|
| /arch/riscv/ |
| A D | Kconfig | 53 and most people should say n here to minimize context switching 310 default n
|
| /arch/xtensa/ |
| A D | Kconfig | 27 default n
|
| /arch/x86/ |
| A D | Kconfig | 333 default n
|
Completed in 53 milliseconds