Home
last modified time | relevance | path

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

1234

/arch/riscv/
DKconfig.errata22 If you don't know what to do here, say "Y".
43 If you don't know what to do here, say "Y".
54 If you don't know what to do here, say "Y".
75 If you don't know what to do here, say "Y".
87 If you don't know what to do here, say "Y".
100 If you don't know what to do here, say "Y".
DKconfig365 If you don't know what to do here, say N.
451 If you don't know what to do here, say Y.
470 If you don't know what to do here, say Y.
488 If you don't know what to do here, say Y.
508 If you don't know what to do here, say Y.
519 If you don't know what to do here, say Y.
564 If you don't know what to do here, say Y.
581 If you don't know what to do here, say Y.
594 If you don't know what to do here, say Y.
638 If you don't know what to do here, say Y.
[all …]
/arch/microblaze/
DKconfig134 Unless you know what you are doing, say N here.
162 Say N here unless you know what you are doing.
188 Say N here unless you know what you are doing.
202 Say N here unless you know what you are doing.
216 Say N here unless you know what you are doing.
/arch/x86/kernel/
Dverify_cpu.S100 movl $0x1,%eax # Does the cpu have what it takes
111 movl $0x80000001,%eax # Does the cpu have what it takes
/arch/arm64/kvm/hyp/nvhe/
Dpsci-relay.c64 #define is_psci_0_1(what, func_id) \ argument
65 (kvm_host_psci_config.psci_0_1_ ## what ## _implemented && \
66 (func_id) == kvm_host_psci_config.function_ids_0_1.what)
/arch/arm/boot/dts/broadcom/
Dbcm53016-dlink-dwl-8610ap.dts31 /* Actually "diag" unclear what this means */
101 * This ECC is a bit unorthodox but it is what the stock firmware
/arch/um/os-Linux/
Dfile.c488 int what, err; in os_shutdown_socket() local
491 what = SHUT_RDWR; in os_shutdown_socket()
493 what = SHUT_RD; in os_shutdown_socket()
495 what = SHUT_WR; in os_shutdown_socket()
499 err = shutdown(fd, what); in os_shutdown_socket()
/arch/powerpc/include/asm/
Drheap.h80 extern int rh_get_stats(rh_info_t * info, int what, int max_stats,
/arch/mips/include/asm/
Dbootinfo.h102 extern void free_init_pages(const char *what,
/arch/um/drivers/
Dnet_user.c206 static void change(char *dev, char *what, unsigned char *addr, in change() argument
212 char *argv[] = { "uml_net", version, what, dev, addr_buf, in change()
/arch/um/os-Linux/drivers/
Dethertap_user.c31 enum { ADD_ADDR, DEL_ADDR } what; member
43 change.what = op; in etap_change()
/arch/nios2/
DKconfig148 Say N here unless you know what you are doing.
162 Say N here unless you know what you are doing.
174 Say N here unless you know what you are doing.
/arch/arm/kernel/
Dhyp-stub.S48 strne \reg1, [\reg2] @ record what happened and give up
/arch/mips/sgi-ip22/
DPlatform24 # Simplified: what IP22 does at 128MB+ in ksegN, IP28 does at 512MB+ in xkphys
/arch/sh/cchips/
DKconfig36 Do not change this unless you know what you are doing.
/arch/powerpc/kernel/
Dmce_power.c115 static int mce_flush(int what) in mce_flush() argument
118 if (what == MCE_FLUSH_SLB) { in mce_flush()
123 if (what == MCE_FLUSH_ERAT) { in mce_flush()
127 if (what == MCE_FLUSH_TLB) { in mce_flush()
/arch/alpha/
DKconfig.debug38 order to debug the code. Say Y unless you know what you are doing.
/arch/x86/mm/
Dinit.c897 void free_init_pages(const char *what, unsigned long begin, unsigned long end) in free_init_pages() argument
937 POISON_FREE_INITMEM, what); in free_init_pages()
946 void free_kernel_image_pages(const char *what, void *begin, void *end) in free_kernel_image_pages() argument
952 free_init_pages(what, begin_ul, end_ul); in free_kernel_image_pages()
/arch/arm/boot/dts/intel/ixp/
Dintel-ixp42x-freecom-fsg-3.dts40 /* Closest approximation of what the key should do */
53 /* Unplug USB, closest approximation of what the key should do */
/arch/x86/include/asm/
Dprocessor.h695 void free_init_pages(const char *what, unsigned long begin, unsigned long end);
696 extern void free_kernel_image_pages(const char *what, void *begin, void *end);
/arch/sparc/mm/
Dsrmmu.c782 int what; /* 0 = normal-pte, 1 = pmd-level pte, 2 = pgd-level pte */ in srmmu_inherit_prom_mappings() local
797 what = 0; in srmmu_inherit_prom_mappings()
802 what = 1; in srmmu_inherit_prom_mappings()
807 what = 2; in srmmu_inherit_prom_mappings()
813 if (what == 2) { in srmmu_inherit_prom_mappings()
827 if (what == 1) { in srmmu_inherit_prom_mappings()
/arch/mips/mm/
Dinit.c481 void free_init_pages(const char *what, unsigned long begin, unsigned long end) in free_init_pages() argument
492 printk(KERN_INFO "Freeing %s: %ldk freed\n", what, (end - begin) >> 10); in free_init_pages()
/arch/sh/
DKconfig.cpu86 accomplishing what is taken care of by the banked registers.
/arch/powerpc/
DKconfig82 can manage. Virtual interrupt numbers are what you see in
864 Used to define the stack size. The default is almost always what you
865 want. Only change this if you know what you are doing.
878 Say N here unless you know what you are doing.
1165 Unless you know what you are doing, say N here.
1180 Say N here unless you know what you are doing.
1196 Say N here unless you know what you are doing.
1232 Say N here unless you know what you are doing.
1247 Say N here unless you know what you are doing.
1261 Say N here unless you know what you are doing.
[all …]
/arch/arm64/boot/dts/qcom/
Dsc7280-chrome-common.dtsi6 * place by the Chrome bootloader which are different than what's put into

1234