/Linux-v5.10/drivers/gpu/drm/nouveau/nvkm/subdev/top/ |
D | base.c | 27 nvkm_top_device_new(struct nvkm_top *top) in nvkm_top_device_new() 46 struct nvkm_top *top = device->top; in nvkm_top_addr() local 62 struct nvkm_top *top = device->top; in nvkm_top_reset() local 78 struct nvkm_top *top = device->top; in nvkm_top_intr_mask() local 94 struct nvkm_top *top = device->top; in nvkm_top_intr() local 117 struct nvkm_top *top = device->top; in nvkm_top_fault_id() local 131 struct nvkm_top *top = device->top; in nvkm_top_fault() local 145 struct nvkm_top *top = device->top; in nvkm_top_engine() local 163 struct nvkm_top *top = nvkm_top(subdev); in nvkm_top_oneinit() local 170 struct nvkm_top *top = nvkm_top(subdev); in nvkm_top_dtor() local [all …]
|
D | gk104.c | 27 gk104_top_oneinit(struct nvkm_top *top) in gk104_top_oneinit()
|
/Linux-v5.10/tools/perf/ |
D | builtin-top.c | 94 static void perf_top__update_print_entries(struct perf_top *top) in perf_top__update_print_entries() 104 static void perf_top__resize(struct perf_top *top) in perf_top__resize() 110 static int perf_top__parse_source(struct perf_top *top, struct hist_entry *he) in perf_top__parse_source() 194 static void perf_top__record_precise_ip(struct perf_top *top, in perf_top__record_precise_ip() 236 static void perf_top__show_details(struct perf_top *top) in perf_top__show_details() 315 static void perf_top__print_sym_table(struct perf_top *top) in perf_top__print_sym_table() 389 static void perf_top__prompt_symbol(struct perf_top *top, const char *msg) in perf_top__prompt_symbol() 431 static void perf_top__print_mapped_keys(struct perf_top *top) in perf_top__print_mapped_keys() 463 static int perf_top__key_mapped(struct perf_top *top, int c) in perf_top__key_mapped() 487 static bool perf_top__handle_keypress(struct perf_top *top, int c) in perf_top__handle_keypress() [all …]
|
/Linux-v5.10/sound/soc/generic/ |
D | simple-card.c | 84 struct device_node *top = dev->of_node; in simple_parse_convert() local 95 static void simple_parse_mclk_fs(struct device_node *top, in simple_parse_mclk_fs() 127 struct device_node *top = dev->of_node; in simple_dai_link_of_dpcm() local 255 struct device_node *top = dev->of_node; in simple_dai_link_of() local 357 struct device_node *top = dev->of_node; in simple_for_each_link() local 430 struct device_node *top = dev->of_node; in simple_parse_of() local 510 struct device_node *top = dev->of_node; in simple_get_dais_count() local
|
D | audio-graph-card.c | 167 struct device_node *top = dev->of_node; in graph_parse_convert() local 183 static void graph_parse_mclk_fs(struct device_node *top, in graph_parse_mclk_fs() 210 struct device_node *top = dev->of_node; in graph_dai_link_of_dpcm() local 340 struct device_node *top = dev->of_node; in graph_dai_link_of() local
|
/Linux-v5.10/drivers/net/ethernet/ibm/ehea/ |
D | ehea_qmr.c | 552 static inline int ehea_init_bmap(struct ehea_bmap *ehea_bmap, int top, int dir) in ehea_init_bmap() 572 int top, dir, idx; in ehea_rebuild_busmap() local 626 int top = ehea_calc_index(i, EHEA_TOP_INDEX_SHIFT); in ehea_update_busmap() local 732 int top, dir; in ehea_destroy_busmap() local 759 int top, dir, idx; in ehea_map_vaddr() local 782 static inline void *ehea_calc_sectbase(int top, int dir, int idx) in ehea_calc_sectbase() 790 static u64 ehea_reg_mr_section(int top, int dir, int idx, u64 *pt, in ehea_reg_mr_section() 821 static u64 ehea_reg_mr_sections(int top, int dir, u64 *pt, in ehea_reg_mr_sections() 839 static u64 ehea_reg_mr_dir_sections(int top, u64 *pt, in ehea_reg_mr_dir_sections() 864 unsigned long top; in ehea_reg_kernel_mr() local
|
/Linux-v5.10/arch/s390/kernel/ |
D | dumpstack.c | 66 unsigned long frame_size, top; in in_irq_stack() local 75 unsigned long frame_size, top; in in_nodat_stack() local 84 unsigned long frame_size, top; in in_restart_stack() local
|
/Linux-v5.10/tools/perf/util/ |
D | top.c | 23 size_t perf_top__header_snprintf(struct perf_top *top, char *bf, size_t size) in perf_top__header_snprintf() 113 void perf_top__reset_sample_counters(struct perf_top *top) in perf_top__reset_sample_counters()
|
D | pstack.c | 16 unsigned short top; member
|
/Linux-v5.10/arch/powerpc/mm/book3s32/ |
D | mmu.c | 99 static unsigned int block_size(unsigned long base, unsigned long top) in block_size() 139 static unsigned long __init __mmu_mapin_ram(unsigned long base, unsigned long top) in __mmu_mapin_ram() 155 unsigned long __init mmu_mapin_ram(unsigned long base, unsigned long top) in mmu_mapin_ram() 204 unsigned long top = (unsigned long)_etext - PAGE_OFFSET; in mmu_mark_initmem_nx() local
|
/Linux-v5.10/fs/autofs/ |
D | expire.c | 32 struct dentry *top = dentry; in autofs_mount_busy() local 151 struct dentry *top, in autofs_direct_busy() 183 struct dentry *top, in autofs_tree_busy()
|
/Linux-v5.10/arch/powerpc/mm/ |
D | pgtable_32.c | 102 static void __init __mapin_ram_chunk(unsigned long offset, unsigned long top) in __mapin_ram_chunk() 130 phys_addr_t top = min(end, total_lowmem); in mapin_ram() local
|
/Linux-v5.10/arch/powerpc/mm/nohash/ |
D | 8xx.c | 129 static void mmu_mapin_ram_chunk(unsigned long offset, unsigned long top, in mmu_mapin_ram_chunk() 148 unsigned long __init mmu_mapin_ram(unsigned long base, unsigned long top) in mmu_mapin_ram()
|
D | 40x.c | 89 unsigned long __init mmu_mapin_ram(unsigned long base, unsigned long top) in mmu_mapin_ram()
|
/Linux-v5.10/arch/powerpc/perf/ |
D | callchain.h | 14 unsigned long top = STACK_TOP - (is_32bit_task() ? 16 : 32); in invalid_user_sp() local
|
/Linux-v5.10/net/rxrpc/ |
D | recvmsg.c | 227 rxrpc_seq_t hard_ack, top; in rxrpc_rotate_rx_window() local 363 rxrpc_seq_t hard_ack, top, seq; in rxrpc_recvmsg_data() local 789 rxrpc_seq_t hard_ack, top, seq; in rxrpc_kernel_get_reply_time() local
|
D | output.c | 77 rxrpc_seq_t hard_ack, top, seq; in rxrpc_fill_out_ack() local 180 rxrpc_seq_t hard_ack, top; in rxrpc_send_ack_packet() local
|
/Linux-v5.10/arch/x86/um/os-Linux/ |
D | task_size.c | 80 unsigned long top = 0xffffd000 >> UM_KERN_PAGE_SHIFT; in os_get_top_address() local
|
/Linux-v5.10/sound/ |
D | sound_core.c | 162 …nit * s, struct sound_unit **list, const struct file_operations *fops, int index, int low, int top) in __sound_insert_unit() 242 …und_unit **list, const struct file_operations *fops, int index, int low, int top, const char *name… in sound_insert_unit()
|
/Linux-v5.10/arch/openrisc/kernel/ |
D | unwinder.c | 22 unsigned long top; member
|
/Linux-v5.10/block/ |
D | blk-settings.c | 495 unsigned int top, bottom, alignment, ret = 0; in blk_stack_limits() local 643 char top[BDEVNAME_SIZE], bottom[BDEVNAME_SIZE]; in disk_stack_limits() local
|
/Linux-v5.10/arch/powerpc/xmon/ |
D | ppc-dis.c | 44 unsigned long top = operand->bitm; in operand_value_powerpc() local
|
/Linux-v5.10/fs/btrfs/ |
D | reada.c | 55 struct btrfs_key top; member 301 struct btrfs_key *top) in reada_find_extent() 549 struct btrfs_key *top, u64 generation) in reada_add_block()
|
/Linux-v5.10/drivers/infiniband/hw/hfi1/ |
D | iowait.c | 115 struct iowait *top, in iowait_priority_update_top()
|
/Linux-v5.10/drivers/gpu/drm/ |
D | drm_lease.c | 302 static void _drm_lease_revoke(struct drm_master *top) in _drm_lease_revoke() 344 void drm_lease_revoke(struct drm_master *top) in drm_lease_revoke()
|