Searched refs:its_vpe (Results 1 - 3 of 3) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/irqchip/ |
H A D | arm-gic-v4.h | 10 struct its_vpe; 23 struct its_vpe **vpes; 32 struct its_vpe { struct 96 struct its_vpe *vpe; 133 int its_make_vpe_resident(struct its_vpe *vpe, bool g0en, bool g1en); 134 int its_make_vpe_non_resident(struct its_vpe *vpe, bool db); 135 int its_commit_vpe(struct its_vpe *vpe); 136 int its_invall_vpe(struct its_vpe *vpe);
|
/device/soc/rockchip/common/sdk_linux/drivers/irqchip/ |
H A D | irq-gic-v4.c | 96 static int its_alloc_vcpu_sgis(struct its_vpe *vpe, int idx) in its_alloc_vcpu_sgis() 215 static int its_send_vpe_cmd(struct its_vpe *vpe, struct its_cmd_info *info) in its_send_vpe_cmd() 220 int its_make_vpe_non_resident(struct its_vpe *vpe, bool db) in its_make_vpe_non_resident() 249 int its_make_vpe_resident(struct its_vpe *vpe, bool g0en, bool g1en) in its_make_vpe_resident() 273 int its_commit_vpe(struct its_vpe *vpe) in its_commit_vpe() 290 int its_invall_vpe(struct its_vpe *vpe) in its_invall_vpe()
|
H A D | irq-gic-v3-its.c | 172 struct its_vpe **vpes;
261 static int vpe_to_cpuid_lock(struct its_vpe *vpe, unsigned long *flags)
in vpe_to_cpuid_lock() 267 static void vpe_to_cpuid_unlock(struct its_vpe *vpe, unsigned long flags)
in vpe_to_cpuid_unlock() 308 static struct its_vpe *valid_vpe(struct its_node *its, struct its_vpe *vpe)
in valid_vpe() 370 struct its_vpe *vpe;
374 struct its_vpe *vpe;
380 struct its_vpe *vpe;
388 struct its_vpe *vpe;
395 struct its_vpe *vp [all...] |
Completed in 6 milliseconds