Home
last modified time | relevance | path

Searched refs:present (Results 1 – 25 of 113) sorted by relevance

12345

/arch/arm/mach-orion5x/
A Dts78xx-setup.c348 ts78xx_fpga.supports.ts_rtc.present = 1; in ts78xx_fpga_supports()
349 ts78xx_fpga.supports.ts_nand.present = 1; in ts78xx_fpga_supports()
350 ts78xx_fpga.supports.ts_rng.present = 1; in ts78xx_fpga_supports()
358 ts78xx_fpga.supports.ts_rtc.present = 1; in ts78xx_fpga_supports()
359 ts78xx_fpga.supports.ts_nand.present = 1; in ts78xx_fpga_supports()
360 ts78xx_fpga.supports.ts_rng.present = 1; in ts78xx_fpga_supports()
363 ts78xx_fpga.supports.ts_rtc.present = 0; in ts78xx_fpga_supports()
364 ts78xx_fpga.supports.ts_nand.present = 0; in ts78xx_fpga_supports()
365 ts78xx_fpga.supports.ts_rng.present = 0; in ts78xx_fpga_supports()
377 ts78xx_fpga.supports.ts_rtc.present = 0; in ts78xx_fpga_load_devices()
[all …]
A Dts78xx-fpga.h26 unsigned present:1; member
/arch/x86/um/asm/
A Dprocessor_32.h18 unsigned present:1; member
30 { .present = 0, .flushed = 0 } }, \
/arch/x86/um/
A Dtls_32.c66 if (!t->arch.tls_array[idx].present) in get_free_idx()
99 if (!curr->present) { in load_TLS()
163 if (!curr->present) in clear_flushed_tls()
206 t->arch.tls_array[idx - GDT_ENTRY_TLS_MIN].present = 1; in set_tls_entry()
239 if (!t->arch.tls_array[idx - GDT_ENTRY_TLS_MIN].present) in get_tls_entry()
/arch/arm/boot/dts/nxp/imx/
A Dimx6qdl-tqma6a.dtsi13 fsl,err006687-workaround-present;
48 * fsl,err006687-workaround-present must include this group.
/arch/s390/mm/
A Dhugetlbpage.c85 int present, none; in __rste_to_pte() local
89 present = pud_present(__pud(rste)); in __rste_to_pte()
92 present = pmd_present(__pmd(rste)); in __rste_to_pte()
116 if (present) { in __rste_to_pte()
/arch/arm/mm/
A Dproc-v7.S329 teq r3, #0x00100000 @ only present in r1p*
335 teq r6, #0x20 @ only present in r2p0
342 teq r6, #0x20 @ only present in r2p0
352 cmp r6, #0x22 @ only present up to r2p2
358 teq r6, #0x20 @ present in r2p0
359 teqne r6, #0x21 @ present in r2p1
360 teqne r6, #0x22 @ present in r2p2
367 teq r3, #0x00200000 @ only present in r2p*
384 cmp r6, #0x4 @ only present up to r0p4
416 cmp r6, #0x12 @ only present up to r1p2
[all …]
A Dproc-macros.S141 .long 0x00 @ L_PTE_MT_MINICACHE (not present)
221 tst r3, #L_PTE_PRESENT | L_PTE_YOUNG @ present and young?
266 tst r3, #L_PTE_PRESENT | L_PTE_YOUNG @ present and young?
/arch/arc/kernel/
A Dsetup.c82 int atomic = 0, be, present; in arcompact_mumbojumbo() local
145 present = fpu_dp.ver; /* SP has no arch visible regs */ in arcompact_mumbojumbo()
146 CHK_OPT_STRICT(CONFIG_ARC_FPU_SAVE_RESTORE, present); in arcompact_mumbojumbo()
157 int dual_issue = 0, dual_enb = 0, mpy_opt, present; in arcv2_mumbojumbo() local
281 present = fpu.sp | fpu.dp | mpy.dsp; /* DSP and/or FPU */ in arcv2_mumbojumbo()
282 CHK_OPT_STRICT(CONFIG_ARC_HAS_ACCL_REGS, present); in arcv2_mumbojumbo()
/arch/x86/kernel/cpu/
A Dtopology.c222 static __init void topo_register_apic(u32 apic_id, u32 acpi_id, bool present) in topo_register_apic() argument
226 if (present) { in topo_register_apic()
275 void __init topology_register_apic(u32 apic_id, u32 acpi_id, bool present) in topology_register_apic() argument
295 topo_register_apic(apic_id, acpi_id, present); in topology_register_apic()
/arch/arm/boot/dts/ti/omap/
A Dam5718.dtsi14 * These modules are not present on AM5718
A Dam5728.dtsi14 * These modules are not present on AM5728
A Dam5748.dtsi14 * These modules are not present on AM5748
/arch/m68k/ifpsp060/
A Dfskeleton.S71 | is present. The routine below should point to the operating system handler
90 | is present. The routine below should point to the operating system handler
108 | is present. The routine below should point to the operating system handler
127 | is present. The routine below should point to the operating system handler
146 | is present. The routine below should point to the operating system handler
165 | is present. The routine below should point to the operating system handler
184 | is present. The routine below should point to the operating system handler
/arch/arm/boot/dts/intel/ixp/
A Dintel-ixp42x.dtsi25 * to present the IXP4xx as a device on a USB bus.
/arch/x86/kvm/
A Dsmm.c149 flags |= seg->present << 15; in enter_smm_get_segment_flags()
345 cs.present = ds.present = 1; in enter_smm()
375 desc->present = (flags >> 15) & 1; in rsm_set_desc_flags()
380 desc->unusable = !desc->present; in rsm_set_desc_flags()
602 cs_desc.s = cs_desc.g = cs_desc.present = 1; in emulator_leave_smm()
/arch/arm/vfp/
A Dvfphw.S45 VFPFMXR FPINST2, r3 @ FPINST2 if needed (and present)
63 VFPFMRX r12, FPINST2 @ FPINST2 if needed (and present)
/arch/riscv/mm/
A Dhugetlbpage.c154 bool present; in get_clear_contig() local
157 present = pte_present(pte); in get_clear_contig()
162 if (present) { in get_clear_contig()
/arch/arm64/boot/dts/rockchip/
A Drk3576-armsom-sige5-v1.2-wifibt.dtso3 * DT-overlay to enable the onboard WiFi and Bluetooth module present in v1.2
/arch/x86/kvm/mmu/
A Dmmu_internal.h245 const bool present; member
359 .present = err & PFERR_PRESENT_MASK, in kvm_mmu_do_page_fault()
/arch/arm64/boot/dts/freescale/
A Dimx8mn-var-som-symphony.dts118 * to GPIO1_IO11 on the SoM (R106 present, R132 absent). From Symphony
120 * on the SoM (R106 absent, R132 present).
/arch/arm/boot/dts/marvell/
A Dkirkwood-dnskw.dtsi107 pmx_present_sata0: pmx-present-sata0 {
111 pmx_present_sata1: pmx-present-sata1 {
A Darmada-382-rd-ac3x-48g4x2xl.dts48 /* CPLD device present at 0x3c. Function unknown */
/arch/arm64/mm/
A Dhugetlbpage.c160 bool present; in get_clear_contig() local
163 present = pte_present(pte); in get_clear_contig()
167 if (present) { in get_clear_contig()
/arch/arm/mach-tegra/
A Dreset-handler.S189 tst r7, r11 @ if !present
190 bleq __die @ CPU not present (to OS)

Completed in 33 milliseconds

12345