Searched refs:buf (Results 1 – 12 of 12) sorted by relevance
| /hypervisor/include/lib/ |
| A D | util.h | 43 static inline uint8_t calculate_sum8(const void *buf, uint32_t length) in calculate_sum8() argument 49 sum += *((const uint8_t *)buf + i); in calculate_sum8() 58 static inline uint8_t calculate_checksum8(const void *buf, uint32_t len) in calculate_checksum8() argument 60 return (uint8_t)(0x100U - calculate_sum8(buf, len)); in calculate_checksum8()
|
| /hypervisor/lib/crypto/mbedtls/ |
| A D | md.h | 36 #define mbedtls_platform_zeroize(buf, len) memset((buf), 0U, (len)) argument
|
| A D | ChangeLog | 1453 if memory_buffer_alloc_init() was called with buf not aligned and len not
|
| /hypervisor/debug/ |
| A D | npk_log.c | 135 void npk_log_write(const char *buf, size_t buf_len) in npk_log_write() argument 139 const char *p = buf; in npk_log_write() 157 sz = npk_write(p, &(channel->Dn), buf + len - p); in npk_log_write()
|
| A D | uart16550.c | 259 size_t uart16550_puts(const char *buf, uint32_t len) in uart16550_puts() argument 271 uart16550_putc(*buf); in uart16550_puts() 272 if (*buf == '\n') { in uart16550_puts() 276 buf++; in uart16550_puts()
|
| A D | shell.c | 1046 uint64_t buf[4]; in dump_guest_mem() local 1062 if (copy_from_gva(vcpu, buf, gva, 32U, &err_code, &fault_addr) != 0) { in dump_guest_mem() 1067 gva, buf[0], buf[1], buf[2], buf[3]); in dump_guest_mem()
|
| /hypervisor/release/ |
| A D | npk_log.c | 11 void npk_log_write(__unused const char *buf, __unused size_t len) {} in npk_log_write() argument
|
| /hypervisor/include/debug/ |
| A D | npk_log.h | 12 void npk_log_write(const char *buf, size_t len);
|
| A D | uart16550.h | 139 size_t uart16550_puts(const char *buf, uint32_t len);
|
| /hypervisor/include/dm/ |
| A D | vuart.h | 65 char *buf; member
|
| /hypervisor/dm/ |
| A D | vuart.c | 66 fifo->buf[fifo->windex] = ch; in fifo_putchar() 81 c = fifo->buf[fifo->rindex]; in fifo_getchar() 133 vu->txfifo.buf = vu->vuart_tx_buf; in init_fifo() 134 vu->rxfifo.buf = vu->vuart_rx_buf; in init_fifo()
|
| /hypervisor/arch/x86/guest/ |
| A D | instr_emul.c | 2093 uint8_t buf[4]; in decode_displacement() member 2111 u.buf[i] = x; in decode_displacement() 2133 uint8_t buf[4]; in decode_immediate() member 2172 u.buf[i] = x; in decode_immediate() 2197 uint8_t buf[8]; in decode_moffset() member 2218 u.buf[i] = x; in decode_moffset()
|
Completed in 23 milliseconds