/Linux-v4.19/drivers/gpu/drm/amd/display/dc/calcs/ |
D | dcn_calc_auto.c | 40 void scaler_settings_calculation(struct dcn_bw_internal_vars *v) in scaler_settings_calculation() argument 43 for (k = 0; k <= v->number_of_active_planes - 1; k++) { in scaler_settings_calculation() 44 if (v->allow_different_hratio_vratio == dcn_bw_yes) { in scaler_settings_calculation() 45 if (v->source_scan[k] == dcn_bw_hor) { in scaler_settings_calculation() 46 v->h_ratio[k] = v->viewport_width[k] / v->scaler_rec_out_width[k]; in scaler_settings_calculation() 47 v->v_ratio[k] = v->viewport_height[k] / v->scaler_recout_height[k]; in scaler_settings_calculation() 50 v->h_ratio[k] = v->viewport_height[k] / v->scaler_rec_out_width[k]; in scaler_settings_calculation() 51 v->v_ratio[k] = v->viewport_width[k] / v->scaler_recout_height[k]; in scaler_settings_calculation() 55 if (v->source_scan[k] == dcn_bw_hor) { in scaler_settings_calculation() 56 …v->h_ratio[k] =dcn_bw_max2(v->viewport_width[k] / v->scaler_rec_out_width[k], v->viewport_height[k… in scaler_settings_calculation() [all …]
|
/Linux-v4.19/include/asm-generic/ |
D | atomic-instrumented.h | 19 static __always_inline int atomic_read(const atomic_t *v) in atomic_read() argument 21 kasan_check_read(v, sizeof(*v)); in atomic_read() 22 return arch_atomic_read(v); in atomic_read() 25 static __always_inline s64 atomic64_read(const atomic64_t *v) in atomic64_read() argument 27 kasan_check_read(v, sizeof(*v)); in atomic64_read() 28 return arch_atomic64_read(v); in atomic64_read() 31 static __always_inline void atomic_set(atomic_t *v, int i) in atomic_set() argument 33 kasan_check_write(v, sizeof(*v)); in atomic_set() 34 arch_atomic_set(v, i); in atomic_set() 37 static __always_inline void atomic64_set(atomic64_t *v, s64 i) in atomic64_set() argument [all …]
|
/Linux-v4.19/drivers/gpu/host1x/hw/ |
D | hw_host1x06_uclass.h | 60 static inline u32 host1x_uclass_incr_syncpt_cond_f(u32 v) in host1x_uclass_incr_syncpt_cond_f() argument 62 return (v & 0xff) << 8; in host1x_uclass_incr_syncpt_cond_f() 64 #define HOST1X_UCLASS_INCR_SYNCPT_COND_F(v) \ argument 65 host1x_uclass_incr_syncpt_cond_f(v) 66 static inline u32 host1x_uclass_incr_syncpt_indx_f(u32 v) in host1x_uclass_incr_syncpt_indx_f() argument 68 return (v & 0xff) << 0; in host1x_uclass_incr_syncpt_indx_f() 70 #define HOST1X_UCLASS_INCR_SYNCPT_INDX_F(v) \ argument 71 host1x_uclass_incr_syncpt_indx_f(v) 78 static inline u32 host1x_uclass_wait_syncpt_indx_f(u32 v) in host1x_uclass_wait_syncpt_indx_f() argument 80 return (v & 0xff) << 24; in host1x_uclass_wait_syncpt_indx_f() [all …]
|
D | hw_host1x02_uclass.h | 60 static inline u32 host1x_uclass_incr_syncpt_cond_f(u32 v) in host1x_uclass_incr_syncpt_cond_f() argument 62 return (v & 0xff) << 8; in host1x_uclass_incr_syncpt_cond_f() 64 #define HOST1X_UCLASS_INCR_SYNCPT_COND_F(v) \ argument 65 host1x_uclass_incr_syncpt_cond_f(v) 66 static inline u32 host1x_uclass_incr_syncpt_indx_f(u32 v) in host1x_uclass_incr_syncpt_indx_f() argument 68 return (v & 0xff) << 0; in host1x_uclass_incr_syncpt_indx_f() 70 #define HOST1X_UCLASS_INCR_SYNCPT_INDX_F(v) \ argument 71 host1x_uclass_incr_syncpt_indx_f(v) 78 static inline u32 host1x_uclass_wait_syncpt_indx_f(u32 v) in host1x_uclass_wait_syncpt_indx_f() argument 80 return (v & 0xff) << 24; in host1x_uclass_wait_syncpt_indx_f() [all …]
|
D | hw_host1x01_uclass.h | 60 static inline u32 host1x_uclass_incr_syncpt_cond_f(u32 v) in host1x_uclass_incr_syncpt_cond_f() argument 62 return (v & 0xff) << 8; in host1x_uclass_incr_syncpt_cond_f() 64 #define HOST1X_UCLASS_INCR_SYNCPT_COND_F(v) \ argument 65 host1x_uclass_incr_syncpt_cond_f(v) 66 static inline u32 host1x_uclass_incr_syncpt_indx_f(u32 v) in host1x_uclass_incr_syncpt_indx_f() argument 68 return (v & 0xff) << 0; in host1x_uclass_incr_syncpt_indx_f() 70 #define HOST1X_UCLASS_INCR_SYNCPT_INDX_F(v) \ argument 71 host1x_uclass_incr_syncpt_indx_f(v) 78 static inline u32 host1x_uclass_wait_syncpt_indx_f(u32 v) in host1x_uclass_wait_syncpt_indx_f() argument 80 return (v & 0xff) << 24; in host1x_uclass_wait_syncpt_indx_f() [all …]
|
D | hw_host1x04_uclass.h | 60 static inline u32 host1x_uclass_incr_syncpt_cond_f(u32 v) in host1x_uclass_incr_syncpt_cond_f() argument 62 return (v & 0xff) << 8; in host1x_uclass_incr_syncpt_cond_f() 64 #define HOST1X_UCLASS_INCR_SYNCPT_COND_F(v) \ argument 65 host1x_uclass_incr_syncpt_cond_f(v) 66 static inline u32 host1x_uclass_incr_syncpt_indx_f(u32 v) in host1x_uclass_incr_syncpt_indx_f() argument 68 return (v & 0xff) << 0; in host1x_uclass_incr_syncpt_indx_f() 70 #define HOST1X_UCLASS_INCR_SYNCPT_INDX_F(v) \ argument 71 host1x_uclass_incr_syncpt_indx_f(v) 78 static inline u32 host1x_uclass_wait_syncpt_indx_f(u32 v) in host1x_uclass_wait_syncpt_indx_f() argument 80 return (v & 0xff) << 24; in host1x_uclass_wait_syncpt_indx_f() [all …]
|
D | hw_host1x05_uclass.h | 60 static inline u32 host1x_uclass_incr_syncpt_cond_f(u32 v) in host1x_uclass_incr_syncpt_cond_f() argument 62 return (v & 0xff) << 8; in host1x_uclass_incr_syncpt_cond_f() 64 #define HOST1X_UCLASS_INCR_SYNCPT_COND_F(v) \ argument 65 host1x_uclass_incr_syncpt_cond_f(v) 66 static inline u32 host1x_uclass_incr_syncpt_indx_f(u32 v) in host1x_uclass_incr_syncpt_indx_f() argument 68 return (v & 0xff) << 0; in host1x_uclass_incr_syncpt_indx_f() 70 #define HOST1X_UCLASS_INCR_SYNCPT_INDX_F(v) \ argument 71 host1x_uclass_incr_syncpt_indx_f(v) 78 static inline u32 host1x_uclass_wait_syncpt_indx_f(u32 v) in host1x_uclass_wait_syncpt_indx_f() argument 80 return (v & 0xff) << 24; in host1x_uclass_wait_syncpt_indx_f() [all …]
|
/Linux-v4.19/drivers/iio/adc/ |
D | stm32-dfsdm.h | 48 #define DFSDM_CHCFGR1_SITP(v) FIELD_PREP(DFSDM_CHCFGR1_SITP_MASK, v) argument 50 #define DFSDM_CHCFGR1_SPICKSEL(v) FIELD_PREP(DFSDM_CHCFGR1_SPICKSEL_MASK, v) argument 52 #define DFSDM_CHCFGR1_SCDEN(v) FIELD_PREP(DFSDM_CHCFGR1_SCDEN_MASK, v) argument 54 #define DFSDM_CHCFGR1_CKABEN(v) FIELD_PREP(DFSDM_CHCFGR1_CKABEN_MASK, v) argument 56 #define DFSDM_CHCFGR1_CHEN(v) FIELD_PREP(DFSDM_CHCFGR1_CHEN_MASK, v) argument 58 #define DFSDM_CHCFGR1_CHINSEL(v) FIELD_PREP(DFSDM_CHCFGR1_CHINSEL_MASK, v) argument 60 #define DFSDM_CHCFGR1_DATMPX(v) FIELD_PREP(DFSDM_CHCFGR1_DATMPX_MASK, v) argument 62 #define DFSDM_CHCFGR1_DATPACK(v) FIELD_PREP(DFSDM_CHCFGR1_DATPACK_MASK, v) argument 64 #define DFSDM_CHCFGR1_CKOUTDIV(v) FIELD_PREP(DFSDM_CHCFGR1_CKOUTDIV_MASK, v) argument 66 #define DFSDM_CHCFGR1_CKOUTSRC(v) FIELD_PREP(DFSDM_CHCFGR1_CKOUTSRC_MASK, v) argument [all …]
|
/Linux-v4.19/arch/sh/mm/ |
D | flush-sh4.c | 16 reg_size_t aligned_start, v, cnt, end; in sh4__flush_wback_region() local 19 v = aligned_start & ~(L1_CACHE_BYTES-1); in sh4__flush_wback_region() 22 cnt = (end - v) / L1_CACHE_BYTES; in sh4__flush_wback_region() 25 __ocbwb(v); v += L1_CACHE_BYTES; in sh4__flush_wback_region() 26 __ocbwb(v); v += L1_CACHE_BYTES; in sh4__flush_wback_region() 27 __ocbwb(v); v += L1_CACHE_BYTES; in sh4__flush_wback_region() 28 __ocbwb(v); v += L1_CACHE_BYTES; in sh4__flush_wback_region() 29 __ocbwb(v); v += L1_CACHE_BYTES; in sh4__flush_wback_region() 30 __ocbwb(v); v += L1_CACHE_BYTES; in sh4__flush_wback_region() 31 __ocbwb(v); v += L1_CACHE_BYTES; in sh4__flush_wback_region() [all …]
|
/Linux-v4.19/arch/x86/lib/ |
D | atomic64_386_32.S | 31 LOCK v; 36 UNLOCK v; \ 43 #define v %ecx macro 45 movl (v), %eax 46 movl 4(v), %edx 48 #undef v 50 #define v %esi macro 52 movl %ebx, (v) 53 movl %ecx, 4(v) 55 #undef v [all …]
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | atomic.h | 25 #define atomic_read(v) READ_ONCE((v)->counter) argument 26 #define atomic64_read(v) READ_ONCE((v)->counter) argument 28 #define atomic_set(v,i) WRITE_ONCE(((v)->counter), (i)) argument 29 #define atomic64_set(v,i) WRITE_ONCE(((v)->counter), (i)) argument 33 ia64_atomic_##op (int i, atomic_t *v) \ 39 CMPXCHG_BUGCHECK(v); \ 40 old = atomic_read(v); \ 42 } while (ia64_cmpxchg(acq, v, old, new, sizeof(atomic_t)) != old); \ 48 ia64_atomic_fetch_##op (int i, atomic_t *v) \ 54 CMPXCHG_BUGCHECK(v); \ [all …]
|
/Linux-v4.19/drivers/md/ |
D | dm-verity-target.c | 45 struct dm_verity *v; member 79 static sector_t verity_map_sector(struct dm_verity *v, sector_t bi_sector) in verity_map_sector() argument 81 return v->data_start + dm_target_offset(v->ti, bi_sector); in verity_map_sector() 90 static sector_t verity_position_at_level(struct dm_verity *v, sector_t block, in verity_position_at_level() argument 93 return block >> (level * v->hash_per_block_bits); in verity_position_at_level() 96 static int verity_hash_update(struct dm_verity *v, struct ahash_request *req, in verity_hash_update() argument 127 static int verity_hash_init(struct dm_verity *v, struct ahash_request *req, in verity_hash_init() argument 132 ahash_request_set_tfm(req, v->tfm); in verity_hash_init() 145 if (likely(v->salt_size && (v->version >= 1))) in verity_hash_init() 146 r = verity_hash_update(v, req, v->salt, v->salt_size, wait); in verity_hash_init() [all …]
|
D | dm-verity-fec.c | 20 bool verity_fec_is_enabled(struct dm_verity *v) in verity_fec_is_enabled() argument 22 return v->fec && v->fec->dev; in verity_fec_is_enabled() 31 return (struct dm_verity_fec_io *) verity_io_digest_end(io->v, io); in fec_io() 37 static inline u64 fec_interleave(struct dm_verity *v, u64 offset) in fec_interleave() argument 41 mod = do_div(offset, v->fec->rsn); in fec_interleave() 42 return offset + mod * (v->fec->rounds << v->data_dev_block_bits); in fec_interleave() 48 static int fec_decode_rs8(struct dm_verity *v, struct dm_verity_fec_io *fio, in fec_decode_rs8() argument 54 for (i = 0; i < v->fec->roots; i++) in fec_decode_rs8() 57 return decode_rs8(fio->rs, data, par, v->fec->rsn, NULL, neras, in fec_decode_rs8() 65 static u8 *fec_read_parity(struct dm_verity *v, u64 rsb, int index, in fec_read_parity() argument [all …]
|
/Linux-v4.19/arch/x86/include/asm/ |
D | atomic64_64.h | 20 static inline long arch_atomic64_read(const atomic64_t *v) in arch_atomic64_read() argument 22 return READ_ONCE((v)->counter); in arch_atomic64_read() 32 static inline void arch_atomic64_set(atomic64_t *v, long i) in arch_atomic64_set() argument 34 WRITE_ONCE(v->counter, i); in arch_atomic64_set() 44 static __always_inline void arch_atomic64_add(long i, atomic64_t *v) in arch_atomic64_add() argument 47 : "=m" (v->counter) in arch_atomic64_add() 48 : "er" (i), "m" (v->counter)); in arch_atomic64_add() 58 static inline void arch_atomic64_sub(long i, atomic64_t *v) in arch_atomic64_sub() argument 61 : "=m" (v->counter) in arch_atomic64_sub() 62 : "er" (i), "m" (v->counter)); in arch_atomic64_sub() [all …]
|
D | atomic.h | 25 static __always_inline int arch_atomic_read(const atomic_t *v) in arch_atomic_read() argument 31 return READ_ONCE((v)->counter); in arch_atomic_read() 41 static __always_inline void arch_atomic_set(atomic_t *v, int i) in arch_atomic_set() argument 43 WRITE_ONCE(v->counter, i); in arch_atomic_set() 53 static __always_inline void arch_atomic_add(int i, atomic_t *v) in arch_atomic_add() argument 56 : "+m" (v->counter) in arch_atomic_add() 67 static __always_inline void arch_atomic_sub(int i, atomic_t *v) in arch_atomic_sub() argument 70 : "+m" (v->counter) in arch_atomic_sub() 83 static __always_inline bool arch_atomic_sub_and_test(int i, atomic_t *v) in arch_atomic_sub_and_test() argument 85 GEN_BINARY_RMWcc(LOCK_PREFIX "subl", v->counter, "er", i, "%0", e); in arch_atomic_sub_and_test() [all …]
|
/Linux-v4.19/drivers/isdn/i4l/ |
D | isdn_v110.c | 93 isdn_v110_stream *v; in isdn_v110_open() local 95 if ((v = kzalloc(sizeof(isdn_v110_stream), GFP_ATOMIC)) == NULL) in isdn_v110_open() 97 v->key = key; in isdn_v110_open() 98 v->nbits = 0; in isdn_v110_open() 100 v->nbits++; in isdn_v110_open() 102 v->nbytes = 8 / v->nbits; in isdn_v110_open() 103 v->decodelen = 0; in isdn_v110_open() 107 v->OnlineFrame = V110_OnMatrix_38400; in isdn_v110_open() 108 v->OfflineFrame = V110_OffMatrix_38400; in isdn_v110_open() 111 v->OnlineFrame = V110_OnMatrix_19200; in isdn_v110_open() [all …]
|
/Linux-v4.19/drivers/gpu/drm/exynos/ |
D | regs-scaler.h | 209 #define SCALER_SRC_CFG_SET_BYTE_SWAP(v) SCALER_SET(v, 6, 5) argument 211 #define SCALER_SRC_CFG_SET_COLOR_FORMAT(v) SCALER_SET(v, 4, 0) argument 235 #define SCALER_SRC_SPAN_SET_C_SPAN(v) SCALER_SET(v, 29, 16) argument 237 #define SCALER_SRC_SPAN_SET_Y_SPAN(v) SCALER_SET(v, 13, 0) argument 241 #define SCALER_SRC_Y_POS_SET_YH_POS(v) SCALER_SET(v, 31, 16) argument 243 #define SCALER_SRC_Y_POS_SET_YV_POS(v) SCALER_SET(v, 15, 0) argument 247 #define SCALER_SRC_WH_SET_WIDTH(v) SCALER_SET(v, 29, 16) argument 249 #define SCALER_SRC_WH_SET_HEIGHT(v) SCALER_SET(v, 13, 0) argument 253 #define SCALER_SRC_C_POS_SET_CH_POS(v) SCALER_SET(v, 31, 16) argument 255 #define SCALER_SRC_C_POS_SET_CV_POS(v) SCALER_SET(v, 15, 0) argument [all …]
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | atomic.h | 28 static __inline__ int atomic_read(const atomic_t *v) in atomic_read() argument 32 __asm__ __volatile__("lwz%U1%X1 %0,%1" : "=r"(t) : "m"(v->counter)); in atomic_read() 37 static __inline__ void atomic_set(atomic_t *v, int i) in atomic_set() argument 39 __asm__ __volatile__("stw%U0%X0 %1,%0" : "=m"(v->counter) : "r"(i)); in atomic_set() 43 static __inline__ void atomic_##op(int a, atomic_t *v) \ 53 : "=&r" (t), "+m" (v->counter) \ 54 : "r" (a), "r" (&v->counter) \ 59 static inline int atomic_##op##_return_relaxed(int a, atomic_t *v) \ 69 : "=&r" (t), "+m" (v->counter) \ 70 : "r" (a), "r" (&v->counter) \ [all …]
|
/Linux-v4.19/include/linux/ |
D | atomic.h | 29 #define atomic_read_acquire(v) smp_load_acquire(&(v)->counter) argument 33 #define atomic_set_release(v, i) smp_store_release(&(v)->counter, (i)) argument 107 #define atomic_inc(v) atomic_add(1, (v)) argument 114 #define atomic_inc_return(v) atomic_add_return(1, (v)) argument 115 #define atomic_inc_return_relaxed(v) atomic_add_return_relaxed(1, (v)) argument 116 #define atomic_inc_return_acquire(v) atomic_add_return_acquire(1, (v)) argument 117 #define atomic_inc_return_release(v) atomic_add_return_release(1, (v)) argument 167 #define atomic_dec(v) atomic_sub(1, (v)) argument 174 #define atomic_dec_return(v) atomic_sub_return(1, (v)) argument 175 #define atomic_dec_return_relaxed(v) atomic_sub_return_relaxed(1, (v)) argument [all …]
|
/Linux-v4.19/sound/soc/qcom/ |
D | lpass-lpaif-reg.h | 19 #define LPAIF_I2SCTL_REG_ADDR(v, addr, port) \ argument 20 (v->i2sctrl_reg_base + (addr) + v->i2sctrl_reg_stride * (port)) 22 #define LPAIF_I2SCTL_REG(v, port) LPAIF_I2SCTL_REG_ADDR(v, 0x0, (port)) argument 84 #define LPAIF_IRQ_REG_ADDR(v, addr, port) \ argument 85 (v->irq_reg_base + (addr) + v->irq_reg_stride * (port)) 89 #define LPAIF_IRQEN_REG(v, port) LPAIF_IRQ_REG_ADDR(v, 0x0, (port)) argument 90 #define LPAIF_IRQSTAT_REG(v, port) LPAIF_IRQ_REG_ADDR(v, 0x4, (port)) argument 91 #define LPAIF_IRQCLEAR_REG(v, port) LPAIF_IRQ_REG_ADDR(v, 0xC, (port)) argument 103 #define LPAIF_RDMA_REG_ADDR(v, addr, chan) \ argument 104 (v->rdma_reg_base + (addr) + v->rdma_reg_stride * (chan)) [all …]
|
/Linux-v4.19/Documentation/powerpc/ |
D | cpu_families.txt | 19 v 25 v v 31 v v v 37 v v v 43 v v 49 v v 55 v v 61 v v v 67 v v v 73 v [all …]
|
/Linux-v4.19/drivers/iommu/ |
D | msm_iommu_hw-8xxx.h | 33 #define SET_GLOBAL_REG_N(b, n, r, v) SET_GLOBAL_REG(b, ((r) + (n << 2)), (v)) argument 41 #define SET_GLOBAL_FIELD(b, r, F, v) \ argument 42 SET_FIELD(((b) + (r)), F##_MASK, F##_SHIFT, (v)) 43 #define SET_CONTEXT_FIELD(b, c, r, F, v) \ argument 44 SET_FIELD(((b) + (r) + ((c) << CTX_SHIFT)), F##_MASK, F##_SHIFT, (v)) 48 #define SET_FIELD(addr, mask, shift, v) \ argument 51 writel((t & ~((mask) << (shift))) + (((v) & (mask)) << (shift)), addr);\ 97 #define SET_M2VCBR_N(b, N, v) SET_GLOBAL_REG_N(M2VCBR_N, N, (b), (v)) argument 98 #define SET_CBACR_N(b, N, v) SET_GLOBAL_REG_N(CBACR_N, N, (b), (v)) argument 99 #define SET_TLBRSW(b, v) SET_GLOBAL_REG(TLBRSW, (b), (v)) argument [all …]
|
/Linux-v4.19/arch/mips/include/asm/lasat/ |
D | lasat.h | 103 #define LASAT_W0_DSCTYPE(v) (((v)) & 0xf) argument 104 #define LASAT_W0_BMID(v) (((v) >> 0x04) & 0xf) argument 105 #define LASAT_W0_CPUTYPE(v) (((v) >> 0x08) & 0xf) argument 106 #define LASAT_W0_BUSSPEED(v) (((v) >> 0x0c) & 0xf) argument 107 #define LASAT_W0_CPUCLK(v) (((v) >> 0x10) & 0xf) argument 108 #define LASAT_W0_SDRAMBANKSZ(v) (((v) >> 0x14) & 0xf) argument 109 #define LASAT_W0_SDRAMBANKS(v) (((v) >> 0x18) & 0xf) argument 110 #define LASAT_W0_L2CACHE(v) (((v) >> 0x1c) & 0xf) argument 112 #define LASAT_W1_EDHAC(v) (((v)) & 0xf) argument 113 #define LASAT_W1_HIFN(v) (((v) >> 0x04) & 0x1) argument [all …]
|
/Linux-v4.19/drivers/target/sbp/ |
D | sbp_target.h | 19 #define ORB_NOTIFY(v) (((v) >> 31) & 0x01) argument 20 #define ORB_REQUEST_FORMAT(v) (((v) >> 29) & 0x03) argument 22 #define MANAGEMENT_ORB_FUNCTION(v) (((v) >> 16) & 0x0f) argument 34 #define LOGIN_ORB_EXCLUSIVE(v) (((v) >> 28) & 0x01) argument 35 #define LOGIN_ORB_RESERVED(v) (((v) >> 24) & 0x0f) argument 36 #define LOGIN_ORB_RECONNECT(v) (((v) >> 20) & 0x0f) argument 37 #define LOGIN_ORB_LUN(v) (((v) >> 0) & 0xffff) argument 38 #define LOGIN_ORB_PASSWORD_LENGTH(v) (((v) >> 16) & 0xffff) argument 39 #define LOGIN_ORB_RESPONSE_LENGTH(v) (((v) >> 0) & 0xffff) argument 41 #define RECONNECT_ORB_LOGIN_ID(v) (((v) >> 0) & 0xffff) argument [all …]
|
/Linux-v4.19/arch/x86/kvm/ |
D | irq.c | 46 static int pending_userspace_extint(struct kvm_vcpu *v) in pending_userspace_extint() argument 48 return v->arch.pending_external_vector != -1; in pending_userspace_extint() 55 static int kvm_cpu_has_extint(struct kvm_vcpu *v) in kvm_cpu_has_extint() argument 57 u8 accept = kvm_apic_accept_pic_intr(v); in kvm_cpu_has_extint() 60 if (irqchip_split(v->kvm)) in kvm_cpu_has_extint() 61 return pending_userspace_extint(v); in kvm_cpu_has_extint() 63 return v->kvm->arch.vpic->output; in kvm_cpu_has_extint() 74 int kvm_cpu_has_injectable_intr(struct kvm_vcpu *v) in kvm_cpu_has_injectable_intr() argument 87 if (!lapic_in_kernel(v)) in kvm_cpu_has_injectable_intr() 88 return v->arch.interrupt.injected; in kvm_cpu_has_injectable_intr() [all …]
|