| /linux/drivers/iommu/generic_pt/ |
| H A D | pt_fmt_defaults.h | 23 static inline unsigned int pt_table_item_lg2sz(const struct pt_state *pts) in pt_table_item_lg2sz() 47 static inline unsigned int pt_entry_num_contig_lg2(const struct pt_state *pts) in pt_entry_num_contig_lg2() 55 static inline unsigned short pt_contig_count_lg2(const struct pt_state *pts) in pt_contig_count_lg2() 63 static inline bool pt_entry_is_write_dirty(const struct pt_state *pts) in pt_entry_is_write_dirty() 68 static inline void pt_entry_make_write_clean(struct pt_state *pts) in pt_entry_make_write_clean() 87 static inline bool pt_entry_make_write_dirty(struct pt_state *pts) in pt_entry_make_write_dirty() 106 static inline pt_oaddr_t pt_item_oa(const struct pt_state *pts) in pt_item_oa() 115 static inline pt_oaddr_t pt_entry_oa(const struct pt_state *pts) in pt_entry_oa() 151 static inline pt_vaddr_t pt_possible_sizes(const struct pt_state *pts) in pt_possible_sizes() 172 static inline void pt_clear_entries64(struct pt_state *pts, in pt_clear_entries64() [all …]
|
| H A D | pt_common.h | 58 static inline bool pt_can_have_table(const struct pt_state *pts) in pt_can_have_table() 147 static inline unsigned int pt_entry_oa_lg2sz(const struct pt_state *pts) in pt_entry_oa_lg2sz() 160 static inline pt_oaddr_t pt_entry_oa_exact(const struct pt_state *pts) in pt_entry_oa_exact() 317 static inline unsigned int pt_table_oa_lg2sz(const struct pt_state *pts) in pt_table_oa_lg2sz() 340 static inline struct pt_table_p *pt_table_ptr(const struct pt_state *pts) in pt_table_ptr() 383 static inline void pt_load_entry(struct pt_state *pts) in pt_load_entry()
|
| H A D | iommu_pt.h | 24 static void flush_writes_range(const struct pt_state *pts, in flush_writes_range() 34 static void flush_writes_item(const struct pt_state *pts) in flush_writes_item() 131 static inline unsigned int compute_best_pgsize(struct pt_state *pts, in compute_best_pgsize() 153 struct pt_state pts = pt_init(range, level, table); in __do_iova_to_phys() local 207 static void record_dirty(struct pt_state *pts, in record_dirty() 245 struct pt_state pts = pt_init(range, level, table); in __read_and_clear_dirty() local 311 struct pt_state pts = pt_init(range, level, table); in __set_dirty() local 352 struct pt_state pts = pt_init(range, level, table); in __collect_tables() local 427 static inline int pt_iommu_new_table(struct pt_state *pts, in pt_iommu_new_table() 494 struct pt_state pts = in clear_contig() local [all …]
|
| H A D | pt_defs.h | 157 #define pt_cur_table(pts, type) ((type *)((pts)->table)) argument 166 static inline bool pt_table_install64(struct pt_state *pts, u64 table_entry) in pt_table_install64() 185 static inline bool pt_table_install32(struct pt_state *pts, u32 table_entry) in pt_table_install32() 215 static __always_inline bool pts_feature(const struct pt_state *pts, in pts_feature()
|
| H A D | kunit_iommu_pt.h | 20 struct pt_state pts = pt_init(range, level, table); in __count_valids() local
|
| /linux/drivers/iommu/generic_pt/fmt/ |
| H A D | amdv1.h | 70 static inline pt_oaddr_t amdv1pt_table_pa(const struct pt_state *pts) in amdv1pt_table_pa() 81 static inline pt_oaddr_t amdv1pt_entry_oa(const struct pt_state *pts) in amdv1pt_entry_oa() 101 static inline bool amdv1pt_can_have_leaf(const struct pt_state *pts) in amdv1pt_can_have_leaf() 115 amdv1pt_entry_num_contig_lg2(const struct pt_state *pts) in amdv1pt_entry_num_contig_lg2() 144 static inline unsigned int amdv1pt_num_items_lg2(const struct pt_state *pts) in amdv1pt_num_items_lg2() 156 static inline pt_vaddr_t amdv1pt_possible_sizes(const struct pt_state *pts) in amdv1pt_possible_sizes() 176 static inline enum pt_entry_type amdv1pt_load_entry_raw(struct pt_state *pts) in amdv1pt_load_entry_raw() 195 amdv1pt_install_leaf_entry(struct pt_state *pts, pt_oaddr_t oa, in amdv1pt_install_leaf_entry() 237 static inline bool amdv1pt_install_table(struct pt_state *pts, in amdv1pt_install_table() 259 static inline void amdv1pt_attr_from_entry(const struct pt_state *pts, in amdv1pt_attr_from_entry() [all …]
|
| H A D | vtdss.h | 60 #define to_vtdss_pt(pts) common_to_vtdss_pt((pts)->range->common) argument 62 static inline pt_oaddr_t vtdss_pt_table_pa(const struct pt_state *pts) in vtdss_pt_table_pa() 69 static inline pt_oaddr_t vtdss_pt_entry_oa(const struct pt_state *pts) in vtdss_pt_entry_oa() 76 static inline bool vtdss_pt_can_have_leaf(const struct pt_state *pts) in vtdss_pt_can_have_leaf() 82 static inline unsigned int vtdss_pt_num_items_lg2(const struct pt_state *pts) in vtdss_pt_num_items_lg2() 88 static inline enum pt_entry_type vtdss_pt_load_entry_raw(struct pt_state *pts) in vtdss_pt_load_entry_raw() 104 vtdss_pt_install_leaf_entry(struct pt_state *pts, pt_oaddr_t oa, in vtdss_pt_install_leaf_entry() 124 static inline bool vtdss_pt_install_table(struct pt_state *pts, in vtdss_pt_install_table() 136 static inline void vtdss_pt_attr_from_entry(const struct pt_state *pts, in vtdss_pt_attr_from_entry() 144 static inline bool vtdss_pt_entry_is_write_dirty(const struct pt_state *pts) in vtdss_pt_entry_is_write_dirty() [all …]
|
| /linux/samples/bpf/ |
| H A D | cpustat_kern.c | 106 u64 *cts, *pts, *cstate, *pstate, prev_state, cur_ts, delta; in bpf_prog1() local 214 u64 *pts, *cstate, *pstate, cur_ts, delta; in bpf_prog2() local
|
| /linux/drivers/media/test-drivers/vidtv/ |
| H A D | vidtv_pes.h | 98 u64 pts; member 168 u64 pts; member
|
| H A D | vidtv_pes.c | 85 struct vidtv_pes_optional_pts pts = {}; in vidtv_pes_write_pts_dts() local
|
| H A D | vidtv_encoder.h | 24 u64 pts; member
|
| /linux/drivers/net/wireless/broadcom/b43/ |
| H A D | radio_2056.c | 10218 const struct b2056_inittabs_pts *pts; in b2056_upload_inittabs() local 10240 const struct b2056_inittabs_pts *pts; in b2056_upload_syn_pll_cp2() local
|
| /linux/drivers/iio/adc/ |
| H A D | qcom-vadc-common.c | 346 static int qcom_vadc_map_voltage_temp(const struct vadc_map_pt *pts, in qcom_vadc_map_voltage_temp() 371 static s32 qcom_vadc_map_temp_voltage(const struct vadc_map_pt *pts, in qcom_vadc_map_temp_voltage()
|
| /linux/drivers/platform/raspberrypi/vchiq-mmal/ |
| H A D | mmal-common.h | 56 s64 pts; member
|
| H A D | mmal-vchiq.c | 146 s64 pts; member
|
| /linux/fs/proc/ |
| H A D | inode.c | 348 …tic __poll_t pde_poll(struct proc_dir_entry *pde, struct file *file, struct poll_table_struct *pts) in pde_poll() 356 static __poll_t proc_reg_poll(struct file *file, struct poll_table_struct *pts) in proc_reg_poll()
|
| /linux/drivers/ptp/ |
| H A D | ptp_vclock.c | 93 struct timespec64 pts; in ptp_vclock_gettimex() local
|
| /linux/drivers/staging/media/av7110/ |
| H A D | dvb_filter.h | 136 u8 pts[5]; member 199 u32 pts[2]; /* [0] 1st field, [1] 2nd field */ member
|
| /linux/drivers/gpu/drm/lima/ |
| H A D | lima_vm.c | 53 dma_addr_t pts; in lima_vm_map_page() local
|
| /linux/drivers/media/radio/si470x/ |
| H A D | radio-si470x-common.c | 516 struct poll_table_struct *pts) in si470x_fops_poll()
|
| /linux/include/uapi/linux/dvb/ |
| H A D | video.h | 80 __u64 pts; member
|
| /linux/drivers/usb/gadget/function/ |
| H A D | uvc_video.c | 44 u32 pts = ((u64)ts.tv_sec * USEC_PER_SEC + ts.tv_nsec / NSEC_PER_USEC) * 48; in uvc_video_encode_header() local
|
| /linux/drivers/media/pci/ivtv/ |
| H A D | ivtv-fileops.c | 847 static void ivtv_stop_decoding(struct ivtv_open_id *id, int flags, u64 pts) in ivtv_stop_decoding()
|
| /linux/fs/ |
| H A D | pidfs.c | 308 static __poll_t pidfd_poll(struct file *file, struct poll_table_struct *pts) in pidfd_poll()
|
| /linux/drivers/media/usb/uvc/ |
| H A D | uvc_video.c | 916 u32 pts; in uvc_video_stats_decode() local
|