Searched defs:valid (Results 1 - 25 of 34) sorted by relevance

12

/arch/arm/mach-pxa/include/mach/
H A Dpm.h16 int (*valid)(suspend_state_t state); member in struct:pxa_cpu_pm_fns
/arch/unicore32/include/mach/
H A Dpm.h21 int (*valid)(suspend_state_t state); member in struct:puv3_cpu_pm_fns
/arch/arm/mach-omap2/
H A Dpm.h50 u8 valid; /* validates the C-state */ member in struct:cpuidle_params
H A Dcpuidle44xx.c32 u8 valid; member in struct:omap4_idle_statedata
37 {.exit_latency = 2 + 2 , .target_residency = 5, .valid = 1},
39 {.exit_latency = 328 + 440 , .target_residency = 960, .valid = 1},
41 {.exit_latency = 460 + 518 , .target_residency = 1100, .valid = 1},
158 cx->valid = cpuidle_params_table[idx].valid;
170 * framework with the valid set of states.
194 cx->valid = 1; /* C1 is always valid */
H A Dvc.h27 * @valid: VALID bitmask in PRM_VC_BYPASS_VAL register
45 u32 valid; member in struct:omap_vc_common
H A Dcpuidle34xx.c70 u8 valid; member in struct:omap3_idle_statedata
159 * next_valid_state - Find next valid C-state
164 * If the state corresponding to index is valid, index is returned back
166 * still valid (as defined in omap3_power_states[]) and returns its index.
168 * A state is valid if the 'valid' field is enabled and
193 /* Check if current state is valid */
194 if ((cx->valid) &&
213 * Drop to next valid state.
219 if ((cx->valid)
[all...]
/arch/arm/plat-versatile/
H A Dfpga-irq.c49 void __init fpga_irq_init(int parent_irq, u32 valid, struct fpga_irq_data *f) argument
63 if (valid & (1 << i)) {
/arch/arm/mach-ixp4xx/include/mach/
H A Dnpe.h22 int valid; member in struct:npe
/arch/ia64/sn/kernel/
H A Dmca.c122 int valid = 0; local
128 valid = psei->valid.oem_data;
131 valid = mdei->valid.oem_data;
133 if (valid)
/arch/x86/include/asm/
H A Dmicrocode.h35 int valid; member in struct:ucode_cpu_info
/arch/sh/mm/
H A Dtlb-debugfs.c91 seq_printf(file, "entry: vpn ppn asid size valid wired\n");
95 unsigned long valid; local
103 valid = val & 0x100;
127 sz, valid ? "V" : "-",
/arch/um/drivers/
H A Dline.h38 int valid; member in struct:line
/arch/x86/kernel/cpu/
H A Dperf_event_amd_ibs.c77 /* cpuid flags not valid */
107 int valid = 0; local
126 valid = 1;
130 return valid;
/arch/arm/mach-pxa/
H A Dmfp-pxa2xx.c42 unsigned valid : 1; member in struct:gpio_desc
128 if ((mfp > MFP_PIN_GPIO127) || !gpio_desc[gpio].valid) {
186 if (!d->valid)
239 gpio_desc[i].valid = 1;
310 * valid pins allow configuration
315 gpio_desc[i].valid = 1;
/arch/sh/lib64/
H A Ddbg.c79 unsigned int valid, shared, asid, epn, cb, ppn; local
90 valid = GET_VALID(pteH);
93 else if (!valid)
106 ((valid) ? ' ' : 'u'), ((tlb & 0x0ffff) / TLB_STEP),
/arch/arm/plat-omap/include/plat/
H A Diommu.h19 u32 pgsz, prsvd, valid; member in struct:iotlb_entry
/arch/mips/mm/
H A Dcerr-sb1.c339 int valid; local
377 valid = ((taghi >> 29) & 1);
378 if (valid) {
389 if (valid ^ ((taghi >> 27) & 1)) {
390 printk(" ** bad parity for valid bit\n");
394 way, va, valid, taghi, taglo);
494 int valid, way; local
530 valid = DC_TAG_VALID(state);
533 if (valid) {
/arch/powerpc/include/asm/
H A Dkvm_book3s.h42 bool valid : 1; member in struct:kvmppc_sid_map
129 unsigned long slb_v, unsigned long valid);
H A Dkvm_host.h309 bool valid : 1; member in struct:kvmppc_slb
323 int slb_max; /* 1 + index of last valid entry in slb[] */
/arch/powerpc/kvm/
H A Dbook3s_hv_rm_mmu.c316 /* Write the first HPTE dword, unlocking the HPTE and making it valid */
653 unsigned long valid)
698 /* Check valid/absent, hash, segment size and AVPN */
699 if (!(v & valid) || (v & mask) != val)
714 if ((v & valid) && (v & mask) == val &&
750 unsigned long valid; local
754 /* For protection fault, expect to find a valid HPTE */
755 valid = HPTE_V_VALID;
757 valid |= HPTE_V_ABSENT;
759 index = kvmppc_hv_find_lock_hpte(kvm, addr, slb_v, valid);
652 kvmppc_hv_find_lock_hpte(struct kvm *kvm, gva_t eaddr, unsigned long slb_v, unsigned long valid) argument
[all...]
/arch/x86/pci/
H A Dmmconfig-shared.c443 int valid = 0, num_buses; local
455 valid = 1;
474 return valid;
482 int valid = 0; local
485 valid = is_mmconf_reserved(is_acpi_reserved, cfg, 0);
487 if (valid)
499 valid = is_mmconf_reserved(e820_all_mapped, cfg, 1);
501 if (!valid)
/arch/ia64/kernel/
H A Dpalinfo.c747 unsigned long valid:1; member in struct:ifa_reg
797 if (ifa_reg->valid == 0) continue;
/arch/powerpc/platforms/ps3/
H A Dos-area.c214 unsigned int valid; member in struct:saved_params
778 saved_params.valid = 1;
797 if (!saved_params.valid && node) {
/arch/sparc/kernel/
H A Dchmc.c77 int valid; member in struct:chmc_bank_info
492 if (bp->valid == 0)
636 bp->valid = (val & MEM_DECODE_VALID) >> MEM_DECODE_VALID_SHIFT;
/arch/alpha/kernel/
H A Dsmc37c669.c227 ** be used to indicate that a valid configuration
241 unsigned valid : 1; /* See note above */ member in struct:_SMC37c669_CR00::__anon86
1693 ** Check for a valid configuration
1697 ** Configuration is valid, update the local shadow copy
1790 ** If we have a valid device, check base_addr<7:6> to see if the
1861 ** Check for a valid device configuration

Completed in 726 milliseconds

12