Home
last modified time | relevance | path

Searched defs:its (Results 1 – 22 of 22) sorted by relevance

/linux/arch/arm64/kvm/vgic/
H A Dvgic-its.c223 inline const struct vgic_its_abi *vgic_its_get_abi(struct vgic_its *its) in vgic_its_get_abi()
228 static int vgic_its_set_abi(struct vgic_its *its, u32 rev) in vgic_its_set_abi()
241 static struct its_device *find_its_device(struct vgic_its *its, u32 device_id) in find_its_device()
257 static struct its_ite *find_ite(struct vgic_its *its, u32 device_id, in find_ite()
275 #define for_each_lpi_its(dev, ite, its) \ argument
292 static struct its_collection *find_collection(struct vgic_its *its, int coll_id) in find_collection()
401 static void update_affinity_collection(struct kvm *kvm, struct vgic_its *its, in update_affinity_collection()
472 struct vgic_its *its, in vgic_mmio_read_its_typer()
494 struct vgic_its *its, in vgic_mmio_read_its_iidr()
505 struct vgic_its *its, in vgic_mmio_uaccess_write_its_iidr()
[all …]
H A Dvgic-v4.c414 struct vgic_its *its; in kvm_vgic_v4_set_forwarding() local
493 struct vgic_its *its; in kvm_vgic_v4_unset_forwarding() local
/linux/drivers/irqchip/
H A Dirq-gic-v3-its.c128 #define is_v4(its) (!!((its)->typer & GITS_TYPER_VLPIS)) argument
129 #define is_v4_1(its) (!!((its)->typer & GITS_TYPER_VMAPP)) argument
130 #define device_ids(its) (FIELD_GET(GITS_TYPER_DEVBITS, (its)->typer) + 1) argument
169 struct its_node *its; member
293 static bool require_its_list_vmovp(struct its_vm *vm, struct its_node *its) in require_its_list_vmovp()
305 struct its_node *its; in get_its_list() local
328 struct its_node *its = its_dev->its; in dev_event_to_col() local
417 static struct its_vpe *valid_vpe(struct its_node *its, struct its_vpe *vpe) in valid_vpe()
703 static struct its_collection *its_build_mapd_cmd(struct its_node *its, in its_build_mapd_cmd()
723 static struct its_collection *its_build_mapc_cmd(struct its_node *its, in its_build_mapc_cmd()
[all …]
/linux/arch/um/os-Linux/
H A Dtime.c49 struct itimerspec its; in os_timer_set_interval() local
65 struct itimerspec its = { in os_timer_one_shot() local
82 struct itimerspec its; in os_timer_disable() local
101 struct itimerspec its; in os_idle_sleep() local
/linux/tools/testing/selftests/timers/
H A Dposix_timers.c259 struct itimerspec its; in check_sig_ign() local
345 struct itimerspec its; in check_rearm() local
401 struct itimerspec its; in check_delete() local
458 struct itimerspec its; in check_sigev_none() local
495 struct itimerspec its, prev; in check_gettime() local
550 struct itimerspec its; in check_overrun() local
/linux/arch/arm64/boot/dts/arm/
H A Dfoundation-v8-gicv3.dtsi22 its: msi-controller@2f020000 { label
H A Dfvp-base-revc.dts204 its: msi-controller@2f020000 { label
/linux/arch/arm64/boot/dts/cavium/
H A Dthunder-88xx.dtsi392 its: msi-controller@801000020000 { label
/linux/include/net/netfilter/
H A Dnf_conntrack_synproxy.h10 u32 its; member
/linux/include/linux/
H A Dtime.h62 static inline bool itimerspec64_valid(const struct itimerspec64 *its) in itimerspec64_valid()
/linux/fs/xfs/
H A Dxfs_inode_item_recover.c130 const xfs_log_timestamp_t its) in xfs_log_dinode_to_disk_ts()
H A Dxfs_inode_item.c506 xfs_log_timestamp_t its; in xfs_inode_to_log_dinode_ts() local
/linux/drivers/acpi/arm64/
H A Diort.c659 struct acpi_iort_its_group *its; in iort_dev_find_its_id() local
709 struct acpi_iort_its_group *its; in iort_set_device_domain() local
760 struct acpi_iort_its_group *its; in iort_get_platform_device_domain() local
1112 struct acpi_iort_its_group *its; in iort_iommu_msi_get_resv_regions() local
/linux/arch/arm64/boot/dts/freescale/
H A Dfsl-ls1088a.dtsi126 its: msi-controller@6020000 { label
H A Dfsl-ls1028a.dtsi143 its: msi-controller@6020000 { label
H A Dfsl-ls208xa.dtsi63 its: msi-controller@6020000 { label
H A Dimx95.dtsi457 its: msi-controller@48040000 { label
H A Dfsl-lx2160a.dtsi398 its: msi-controller@6020000 { label
/linux/drivers/media/platform/st/sti/bdisp/
H A Dbdisp-hw.c404 u32 its; in bdisp_hw_get_and_clear_irq() local
/linux/arch/arm64/boot/dts/rockchip/
H A Drk3399-base.dtsi652 its: msi-controller@fee20000 { label
/linux/include/kvm/
H A Darm_vgic.h179 struct vgic_its *its; member
/linux/samples/bpf/
H A Dxdp_sample_user.c1534 struct itimerspec its = { ts, ts }; in sample_run() local