/arch/arm64/kvm/hyp/nvhe/ |
D | psci-relay.c | 44 #define is_psci_0_1(what, func_id) \ argument 45 (kvm_host_psci_config.psci_0_1_ ## what ## _implemented && \ 46 (func_id) == kvm_host_psci_config.function_ids_0_1.what)
|
/arch/x86/kernel/ |
D | verify_cpu.S | 100 movl $0x1,%eax # Does the cpu have what it takes 111 movl $0x80000001,%eax # Does the cpu have what it takes
|
/arch/mips/include/asm/ |
D | bootinfo.h | 99 extern void free_init_pages(const char *what,
|
/arch/um/os-Linux/ |
D | file.c | 488 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/ |
D | rheap.h | 80 extern int rh_get_stats(rh_info_t * info, int what, int max_stats,
|
/arch/um/drivers/ |
D | net_user.c | 206 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/ |
D | ethertap_user.c | 31 enum { ADD_ADDR, DEL_ADDR } what; member 43 change.what = op; in etap_change()
|
/arch/microblaze/ |
D | Kconfig | 141 Unless you know what you are doing, say N here. 178 Say N here unless you know what you are doing. 204 Say N here unless you know what you are doing. 219 Say N here unless you know what you are doing.
|
/arch/nios2/ |
D | Kconfig | 156 Say N here unless you know what you are doing. 170 Say N here unless you know what you are doing. 182 Say N here unless you know what you are doing.
|
/arch/sh/cchips/ |
D | Kconfig | 36 Do not change this unless you know what you are doing.
|
/arch/arm/kernel/ |
D | hyp-stub.S | 49 strne \reg1, [\reg2, \reg3] @ record what happened and give up
|
/arch/powerpc/kernel/ |
D | mce_power.c | 109 static int mce_flush(int what) in mce_flush() argument 112 if (what == MCE_FLUSH_SLB) { in mce_flush() 117 if (what == MCE_FLUSH_ERAT) { in mce_flush() 121 if (what == MCE_FLUSH_TLB) { in mce_flush()
|
/arch/h8300/lib/ |
D | moddivsi3.S | 26 ; examine what the sign should be
|
D | modsi3.S | 26 ; examine what the sign should be
|
/arch/mips/sgi-ip22/ |
D | Platform | 24 # Simplified: what IP22 does at 128MB+ in ksegN, IP28 does at 512MB+ in xkphys
|
/arch/arm/boot/dts/ |
D | intel-ixp4xx.dtsi | 49 * chip needs to define what version it is. The
|
/arch/alpha/ |
D | Kconfig.debug | 38 order to debug the code. Say Y unless you know what you are doing.
|
/arch/x86/mm/ |
D | init.c | 886 void free_init_pages(const char *what, unsigned long begin, unsigned long end) in free_init_pages() argument 926 POISON_FREE_INITMEM, what); in free_init_pages() 935 void free_kernel_image_pages(const char *what, void *begin, void *end) in free_kernel_image_pages() argument 941 free_init_pages(what, begin_ul, end_ul); in free_kernel_image_pages()
|
/arch/powerpc/ |
D | Kconfig | 73 can manage. Virtual interrupt numbers are what you see in 773 Say N unless you know what you are doing. 791 Used to define the stack size. The default is almost always what you 792 want. Only change this if you know what you are doing. 805 Say N here unless you know what you are doing. 1001 Say Y unless you know what you are doing and the filter is causing 1108 Unless you know what you are doing, say N here. 1123 Say N here unless you know what you are doing. 1139 Say N here unless you know what you are doing. 1172 Say N here unless you know what you are doing. [all …]
|
/arch/arm64/kvm/ |
D | arm.c | 1269 int what; in kvm_arch_vcpu_ioctl() local 1274 if (get_user(what, (const int __user *)argp)) in kvm_arch_vcpu_ioctl() 1277 return kvm_arm_vcpu_finalize(vcpu, what); in kvm_arch_vcpu_ioctl() 1641 #define init_psci_0_1_impl_state(config, what) \ argument 1642 config.psci_0_1_ ## what ## _implemented = psci_ops.what
|
/arch/sparc/mm/ |
D | srmmu.c | 781 int what; /* 0 = normal-pte, 1 = pmd-level pte, 2 = pgd-level pte */ in srmmu_inherit_prom_mappings() local 796 what = 0; in srmmu_inherit_prom_mappings() 801 what = 1; in srmmu_inherit_prom_mappings() 806 what = 2; in srmmu_inherit_prom_mappings() 812 if (what == 2) { in srmmu_inherit_prom_mappings() 826 if (what == 1) { in srmmu_inherit_prom_mappings()
|
/arch/mips/mm/ |
D | init.c | 481 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/x86/include/asm/ |
D | processor.h | 836 void free_init_pages(const char *what, unsigned long begin, unsigned long end); 837 extern void free_kernel_image_pages(const char *what, void *begin, void *end);
|
/arch/sh/ |
D | Kconfig.cpu | 86 accomplishing what is taken care of by the banked registers.
|
/arch/x86/events/ |
D | core.c | 406 int x86_add_exclusive(unsigned int what) in x86_add_exclusive() argument 414 if (x86_pmu.lbr_pt_coexist && what == x86_lbr_exclusive_pt) in x86_add_exclusive() 417 if (!atomic_inc_not_zero(&x86_pmu.lbr_exclusive[what])) { in x86_add_exclusive() 420 if (i != what && atomic_read(&x86_pmu.lbr_exclusive[i])) in x86_add_exclusive() 423 atomic_inc(&x86_pmu.lbr_exclusive[what]); in x86_add_exclusive() 436 void x86_del_exclusive(unsigned int what) in x86_del_exclusive() argument 443 if (x86_pmu.lbr_pt_coexist && what == x86_lbr_exclusive_pt) in x86_del_exclusive() 446 atomic_dec(&x86_pmu.lbr_exclusive[what]); in x86_del_exclusive()
|