phys_entry 781 arch/ia64/include/asm/sal.h ia64_sal_register_physical_addr (u64 phys_entry, u64 phys_addr) phys_entry 784 arch/ia64/include/asm/sal.h SAL_CALL(isrv, SAL_REGISTER_PHYSICAL_ADDR, phys_entry, phys_addr, phys_entry 143 drivers/tty/synclink.c u32 phys_entry; /* physical address of this buffer entry */ phys_entry 3695 drivers/tty/synclink.c info->rx_buffer_list[i].phys_entry = phys_entry 3709 drivers/tty/synclink.c info->tx_buffer_list[i].phys_entry = info->buffer_list_phys + phys_entry 5359 drivers/tty/synclink.c phys_addr = info->rx_buffer_list[frame_start_index].phys_entry; phys_entry 5448 drivers/tty/synclink.c phys_addr = info->rx_buffer_list[0].phys_entry; phys_entry 5548 drivers/tty/synclink.c phys_addr = info->tx_buffer_list[info->start_tx_dma_buffer].phys_entry; phys_entry 7072 drivers/tty/synclink.c phys_addr = info->rx_buffer_list[0].phys_entry; phys_entry 7126 drivers/tty/synclink.c phys_addr = info->tx_buffer_list[0].phys_entry; phys_entry 126 drivers/tty/synclinkmp.c u16 phys_entry; /* lower 16-bits of physical address of this descriptor */ phys_entry 3442 drivers/tty/synclinkmp.c info->rx_buf_list_ex[i].phys_entry = phys_entry 3456 drivers/tty/synclinkmp.c info->tx_buf_list_ex[i].phys_entry = info->buffer_list_phys + phys_entry 4153 drivers/tty/synclinkmp.c info->rx_buf_list_ex[0].phys_entry); phys_entry 4157 drivers/tty/synclinkmp.c info->rx_buf_list_ex[info->rx_buf_count - 1].phys_entry); phys_entry 4218 drivers/tty/synclinkmp.c info->tx_buf_list_ex[0].phys_entry); phys_entry 4222 drivers/tty/synclinkmp.c info->tx_buf_list_ex[info->last_tx_buf].phys_entry); phys_entry 4802 drivers/tty/synclinkmp.c write_reg16(info, RXDMA + EDA, info->rx_buf_list_ex[first].phys_entry); phys_entry 17 tools/perf/util/mem2node.c static void phys_entry__insert(struct phys_entry *entry, struct rb_root *root) phys_entry 21 tools/perf/util/mem2node.c struct phys_entry *e; phys_entry 25 tools/perf/util/mem2node.c e = rb_entry(parent, struct phys_entry, rb_node); phys_entry 38 tools/perf/util/mem2node.c phys_entry__init(struct phys_entry *entry, u64 start, u64 bsize, u64 node) phys_entry 49 tools/perf/util/mem2node.c struct phys_entry *entries, *tmp_entries; phys_entry 83 tools/perf/util/mem2node.c struct phys_entry *prev = &entries[j - 1]; phys_entry 120 tools/perf/util/mem2node.c struct phys_entry *entry; phys_entry 125 tools/perf/util/mem2node.c entry = rb_entry(parent, struct phys_entry, rb_node); phys_entry 8 tools/perf/util/mem2node.h struct phys_entry; phys_entry 12 tools/perf/util/mem2node.h struct phys_entry *entries;