Home
last modified time | relevance | path

Searched refs:its (Results 1 – 25 of 369) sorted by relevance

12345678910>>...15

/arch/um/os-Linux/
Dtime.c62 struct itimerspec its; in os_timer_set_interval() local
74 its.it_value.tv_sec = its_in->it_value.tv_sec; in os_timer_set_interval()
75 its.it_value.tv_nsec = its_in->it_value.tv_nsec; in os_timer_set_interval()
77 its.it_value.tv_sec = 0; in os_timer_set_interval()
78 its.it_value.tv_nsec = nsec; in os_timer_set_interval()
81 its.it_interval.tv_sec = 0; in os_timer_set_interval()
82 its.it_interval.tv_nsec = nsec; in os_timer_set_interval()
84 if(timer_settime(*t, 0, &its, NULL) == -1) { in os_timer_set_interval()
102 struct itimerspec its; in os_timer_remain() local
109 if(timer_gettime(t, &its) == -1) { in os_timer_remain()
[all …]
/arch/mips/generic/
DPlatform16 its-y := vmlinux.its.S
17 its-$(CONFIG_FIT_IMAGE_FDT_BOSTON) += board-boston.its.S
18 its-$(CONFIG_FIT_IMAGE_FDT_NI169445) += board-ni169445.its.S
/arch/mips/boot/
DMakefile121 targets += vmlinux.its.S
126 $(obj)/vmlinux.its.S: $(addprefix $(srctree)/arch/mips/$(PLATFORM)/,$(ITS_INPUTS)) FORCE
140 $(obj)/vmlinux.its: $(obj)/vmlinux.its.S $(VMLINUX) FORCE
143 $(obj)/vmlinux.gz.its: $(obj)/vmlinux.its.S $(VMLINUX) FORCE
146 $(obj)/vmlinux.bz2.its: $(obj)/vmlinux.its.S $(VMLINUX) FORCE
149 $(obj)/vmlinux.lzma.its: $(obj)/vmlinux.its.S $(VMLINUX) FORCE
152 $(obj)/vmlinux.lzo.its: $(obj)/vmlinux.its.S $(VMLINUX) FORCE
164 $(obj)/vmlinux.itb: $(obj)/vmlinux.its $(obj)/vmlinux.bin FORCE
167 $(obj)/vmlinux.gz.itb: $(obj)/vmlinux.gz.its $(obj)/vmlinux.bin.gz FORCE
170 $(obj)/vmlinux.bz2.itb: $(obj)/vmlinux.bz2.its $(obj)/vmlinux.bin.bz2 FORCE
[all …]
/arch/arm64/boot/dts/arm/
Dfoundation-v8-gicv3.dts25 its: its@2f020000 { label
26 compatible = "arm,gic-v3-its";
/arch/arm/mach-imx/
DKconfig105 configurations for the board and its peripherals.
120 configurations for the board and its peripherals.
140 configurations for the board and its peripherals.
155 Include support for Visstrim_m10 platform and its different variants.
156 This includes specific configurations for the board and its
176 includes specific configurations for the module and its peripherals.
200 configurations for the board and its peripherals.
222 specific configurations for the board and its peripherals.
238 configurations for the board and its peripherals.
255 specific configurations for the board and its peripherals.
[all …]
/arch/arc/include/asm/
Dtlb-mmu1.h25 ; and its unpleasant LFSR pseudo-random sequence
/arch/arm64/boot/dts/hisilicon/
Dhip05.dtsi250 compatible = "arm,gic-v3-its";
257 compatible = "arm,gic-v3-its";
264 compatible = "arm,gic-v3-its";
271 compatible = "arm,gic-v3-its";
/arch/h8300/boot/compressed/
Dhead.S47 .long 0 ; its size in bytes
/arch/arm64/boot/dts/cavium/
Dthunder2-99xx.dtsi74 gicits: gic-its@40010000 {
75 compatible = "arm,gic-v3-its";
/arch/arm/boot/dts/
Dexynos54xx-odroidxu-leds.dtsi26 * so limit its max brightness
Dste-href-tvk1281618.dtsi105 * cannot set its DRDY line to open drain, so it cannot be
123 * cannot set its DRDY line to open drain, so it cannot be
157 * cannot set its DRDY line to open drain, so it cannot be
Dbcm9hmidc.dtsi16 * * Neither the name of Broadcom Corporation nor the names of its
Dbcm94709.dts16 * * Neither the name of Broadcom Corporation nor the names of its
Dbcm94708.dts16 * * Neither the name of Broadcom Corporation nor the names of its
/arch/arm64/boot/dts/freescale/
Dfsl-ls208xa.dtsi95 its: gic-its@6020000 { label
96 compatible = "arm,gic-v3-its";
359 msi-parent = <&its>;
659 msi-parent = <&its>;
680 msi-parent = <&its>;
701 msi-parent = <&its>;
722 msi-parent = <&its>;
/arch/x86/boot/
Dpmjump.S58 # The 32-bit code sets up its own stack, but this way we do have
/arch/powerpc/boot/dts/fsl/
Dp1020rdb-pc_camp_core0.dts4 * In CAMP mode, each core needs to have its own dts. Only mpic and L2 cache
Dmpc8572ds_camp_core0.dts4 * In CAMP mode, each core needs to have its own dts. Only mpic and L2 cache
Dmpc8572ds_camp_core1.dts4 * In CAMP mode, each core needs to have its own dts. Only mpic and L2 cache
/arch/cris/boot/compressed/
DREADME22 so it puts its code at 0x40700000, and initial stack at 0x40800000.
/arch/arm64/kvm/
DMakefile34 kvm-$(CONFIG_KVM_ARM_HOST) += $(KVM)/arm/vgic/vgic-its.o
/arch/arm/kvm/
DMakefile39 obj-y += $(KVM)/arm/vgic/vgic-its.o
/arch/arm64/boot/dts/al/
Dalpine-v2-evp.dts2 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
/arch/arm64/boot/dts/broadcom/stingray/
Dbcm958742t.dts16 * * Neither the name of Broadcom nor the names of its
/arch/um/
DKconfig.net30 running UML to exchange packets with its host over one of the
69 network with its host over a point-to-point link. Unlike Ethertap,
80 The Ethertap Transport is preferred over slip because of its
197 accessible on the host, and have read its documentation. If you

12345678910>>...15