Searched defs:opt (Results 1 - 17 of 17) sorted by relevance

/arch/arm64/mm/
H A Dhugetlbpage.c61 static __init int setup_hugepagesz(char *opt) argument
63 unsigned long ps = memparse(opt, &opt);
/arch/microblaze/kernel/
H A Dearly_printk.c111 int __init setup_early_printk(char *opt) argument
/arch/mn10300/kernel/
H A Dmn10300-watchdog.c79 int opt; local
82 get_option(&str, &opt);
83 if (opt != 1)
86 watchdog = opt;
/arch/x86/kernel/cpu/microcode/
H A Dcore_early.c81 const char *opt = "dis_ucode_ldr"; local
82 const char *option = (const char *)__pa_nodebug(opt);
/arch/x86/mm/
H A Dhugetlbpage.c166 static __init int setup_hugepagesz(char *opt) argument
168 unsigned long ps = memparse(opt, &opt);
H A Dnuma.c38 static __init int numa_setup(char *opt) argument
40 if (!opt)
42 if (!strncmp(opt, "off", 3))
45 if (!strncmp(opt, "fake=", 5))
46 numa_emu_cmdline(opt + 5);
49 if (!strncmp(opt, "noacpi", 6))
/arch/metag/mm/
H A Dhugetlbpage.c247 static __init int setup_hugepagesz(char *opt) argument
249 unsigned long ps = memparse(opt, &opt);
/arch/tile/mm/
H A Dhugetlbpage.c344 static __init int setup_hugepagesz(char *opt) argument
350 return __setup_hugepagesz(memparse(opt, NULL));
/arch/xtensa/kernel/
H A Dsignal.c39 xtregs_opt_t opt; member in struct:rt_sigframe::__anon3278
163 err |= __copy_to_user(&frame->xtregs.opt, &regs->xtregs_opt,
229 err |= __copy_from_user(&regs->xtregs_opt, &frame->xtregs.opt,
/arch/parisc/include/asm/
H A Dhardware.h15 unsigned short opt; member in struct:hp_hardware
/arch/powerpc/kernel/
H A Dlegacy_serial.c635 static char __initdata opt[16]; local
636 sprintf(opt, "%d", speed);
637 return add_preferred_console("ttyS", offset, opt);
H A Dprom_init.c590 const char *opt; local
607 opt = strstr(prom_cmd_line, "iommu=");
608 if (opt) {
609 prom_printf("iommu opt is: %s\n", opt);
610 opt += 6;
611 while (*opt && *opt == ' ')
612 opt++;
613 if (!strncmp(opt, "of
[all...]
/arch/s390/include/asm/
H A Dipl.h46 u8 opt; member in struct:ipl_block_fcp
/arch/x86/pci/
H A Dpcbios.c381 struct irq_routing_options opt; local
391 opt.table = (struct irq_info *) page;
392 opt.size = PAGE_SIZE;
393 opt.segment = __KERNEL_DS;
406 "=m" (opt)
409 "D" ((long) &opt),
411 "m" (opt)
413 DBG("OK ret=%d, size=%d, map=%x\n", ret, opt.size, map);
416 else if (opt.size) {
417 rt = kmalloc(sizeof(struct irq_routing_table) + opt
[all...]
/arch/xtensa/include/asm/
H A Delf.h179 xtregs_opt_t opt; member in struct:__anon3268
/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c390 static int pnv_ioda_unfreeze_pe(struct pnv_phb *phb, int pe_no, int opt) argument
404 rc = opal_pci_eeh_freeze_clear(phb->opal_id, pe_no, opt);
407 __func__, rc, opt, phb->hose->global_number, pe_no);
418 opt);
421 __func__, rc, opt, phb->hose->global_number,
/arch/x86/kvm/
H A Dvmx.c2841 u32 min, opt, min2, opt2; local
2863 opt = CPU_BASED_TPR_SHADOW |
2866 if (adjust_vmx_controls(min, opt, MSR_IA32_VMX_PROCBASED_CTLS,
2919 opt = VM_EXIT_SAVE_IA32_PAT | VM_EXIT_LOAD_IA32_PAT |
2921 if (adjust_vmx_controls(min, opt, MSR_IA32_VMX_EXIT_CTLS,
2926 opt = PIN_BASED_VIRTUAL_NMIS | PIN_BASED_POSTED_INTR;
2927 if (adjust_vmx_controls(min, opt, MSR_IA32_VMX_PINBASED_CTLS,
2937 opt = VM_ENTRY_LOAD_IA32_PAT | VM_ENTRY_LOAD_BNDCFGS;
2938 if (adjust_vmx_controls(min, opt, MSR_IA32_VMX_ENTRY_CTLS,

Completed in 404 milliseconds