Home
last modified time | relevance | path

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

1234

/arch/arm64/kvm/hyp/nvhe/
Dpsci-relay.c44 #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/
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/mips/include/asm/
Dbootinfo.h99 extern void free_init_pages(const char *what,
/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/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/microblaze/
DKconfig141 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/
DKconfig156 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/
DKconfig36 Do not change this unless you know what you are doing.
/arch/arm/kernel/
Dhyp-stub.S49 strne \reg1, [\reg2, \reg3] @ record what happened and give up
/arch/powerpc/kernel/
Dmce_power.c109 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/
Dmoddivsi3.S26 ; examine what the sign should be
Dmodsi3.S26 ; examine what the sign should be
/arch/mips/sgi-ip22/
DPlatform24 # Simplified: what IP22 does at 128MB+ in ksegN, IP28 does at 512MB+ in xkphys
/arch/arm/boot/dts/
Dintel-ixp4xx.dtsi49 * chip needs to define what version it is. The
/arch/alpha/
DKconfig.debug38 order to debug the code. Say Y unless you know what you are doing.
/arch/x86/mm/
Dinit.c886 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/
DKconfig73 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/
Darm.c1269 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/
Dsrmmu.c781 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/
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/x86/include/asm/
Dprocessor.h836 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/
DKconfig.cpu86 accomplishing what is taken care of by the banked registers.
/arch/x86/events/
Dcore.c406 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()

1234