Home
last modified time | relevance | path

Searched refs:phys_entry (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/tools/perf/util/
Dmem2node.c7 struct phys_entry { struct
14 static void phys_entry__insert(struct phys_entry *entry, struct rb_root *root) in phys_entry__insert() argument
18 struct phys_entry *e; in phys_entry__insert()
22 e = rb_entry(parent, struct phys_entry, rb_node); in phys_entry__insert()
35 phys_entry__init(struct phys_entry *entry, u64 start, u64 bsize, u64 node) in phys_entry__init()
46 struct phys_entry *entries, *tmp_entries; in mem2node__init()
80 struct phys_entry *prev = &entries[j - 1]; in mem2node__init()
117 struct phys_entry *entry; in mem2node__node()
122 entry = rb_entry(parent, struct phys_entry, rb_node); in mem2node__node()
Dmem2node.h7 struct phys_entry;
11 struct phys_entry *entries;
/Linux-v4.19/arch/ia64/include/asm/
Dsal.h780 ia64_sal_register_physical_addr (u64 phys_entry, u64 phys_addr) in ia64_sal_register_physical_addr() argument
783 SAL_CALL(isrv, SAL_REGISTER_PHYSICAL_ADDR, phys_entry, phys_addr, in ia64_sal_register_physical_addr()
/Linux-v4.19/drivers/tty/
Dsynclinkmp.c126 u16 phys_entry; /* lower 16-bits of physical address of this descriptor */ member
3443 info->rx_buf_list_ex[i].phys_entry = in alloc_buf_list()
3457 info->tx_buf_list_ex[i].phys_entry = info->buffer_list_phys + in alloc_buf_list()
4154 info->rx_buf_list_ex[0].phys_entry); in rx_start()
4158 info->rx_buf_list_ex[info->rx_buf_count - 1].phys_entry); in rx_start()
4219 info->tx_buf_list_ex[0].phys_entry); in tx_start()
4223 info->tx_buf_list_ex[info->last_tx_buf].phys_entry); in tx_start()
4803 write_reg16(info, RXDMA + EDA, info->rx_buf_list_ex[first].phys_entry); in rx_free_frame_buffers()
Dsynclink.c143 u32 phys_entry; /* physical address of this buffer entry */ member
3696 info->rx_buffer_list[i].phys_entry = in mgsl_alloc_buffer_list_memory()
3710 info->tx_buffer_list[i].phys_entry = info->buffer_list_phys + in mgsl_alloc_buffer_list_memory()
5402 phys_addr = info->rx_buffer_list[frame_start_index].phys_entry; in usc_process_rxoverrun_sync()
5491 phys_addr = info->rx_buffer_list[0].phys_entry; in usc_start_receiver()
5591 phys_addr = info->tx_buffer_list[info->start_tx_dma_buffer].phys_entry; in usc_start_transmitter()
7127 phys_addr = info->rx_buffer_list[0].phys_entry; in mgsl_dma_test()
7181 phys_addr = info->tx_buffer_list[0].phys_entry; in mgsl_dma_test()