Searched refs:phys_entry (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
D | mem2node.c | 11 struct phys_entry { struct 18 static void phys_entry__insert(struct phys_entry *entry, struct rb_root *root) in phys_entry__insert() argument 22 struct phys_entry *e; in phys_entry__insert() 26 e = rb_entry(parent, struct phys_entry, rb_node); in phys_entry__insert() 39 phys_entry__init(struct phys_entry *entry, u64 start, u64 bsize, u64 node) in phys_entry__init() 50 struct phys_entry *entries, *tmp_entries; in mem2node__init() 84 struct phys_entry *prev = &entries[j - 1]; in mem2node__init() 121 struct phys_entry *entry; in mem2node__node() 126 entry = rb_entry(parent, struct phys_entry, rb_node); in mem2node__node()
|
D | mem2node.h | 8 struct phys_entry; 12 struct phys_entry *entries;
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
D | sal.h | 781 ia64_sal_register_physical_addr (u64 phys_entry, u64 phys_addr) in ia64_sal_register_physical_addr() argument 784 SAL_CALL(isrv, SAL_REGISTER_PHYSICAL_ADDR, phys_entry, phys_addr, in ia64_sal_register_physical_addr()
|
/kernel/linux/linux-5.10/drivers/tty/ |
D | synclinkmp.c | 126 u16 phys_entry; /* lower 16-bits of physical address of this descriptor */ member 3439 info->rx_buf_list_ex[i].phys_entry = in alloc_buf_list() 3453 info->tx_buf_list_ex[i].phys_entry = info->buffer_list_phys + in alloc_buf_list() 4150 info->rx_buf_list_ex[0].phys_entry); in rx_start() 4154 info->rx_buf_list_ex[info->rx_buf_count - 1].phys_entry); in rx_start() 4215 info->tx_buf_list_ex[0].phys_entry); in tx_start() 4219 info->tx_buf_list_ex[info->last_tx_buf].phys_entry); in tx_start() 4799 write_reg16(info, RXDMA + EDA, info->rx_buf_list_ex[first].phys_entry); in rx_free_frame_buffers()
|
D | synclink.c | 143 u32 phys_entry; /* physical address of this buffer entry */ member 3648 info->rx_buffer_list[i].phys_entry = in mgsl_alloc_buffer_list_memory() 3662 info->tx_buffer_list[i].phys_entry = info->buffer_list_phys + in mgsl_alloc_buffer_list_memory() 5244 phys_addr = info->rx_buffer_list[frame_start_index].phys_entry; in usc_process_rxoverrun_sync() 5333 phys_addr = info->rx_buffer_list[0].phys_entry; in usc_start_receiver() 5433 phys_addr = info->tx_buffer_list[info->start_tx_dma_buffer].phys_entry; in usc_start_transmitter() 6944 phys_addr = info->rx_buffer_list[0].phys_entry; in mgsl_dma_test() 6998 phys_addr = info->tx_buffer_list[0].phys_entry; in mgsl_dma_test()
|