Searched refs:h (Results 1 – 11 of 11) sorted by relevance
| /devicemodel/include/ |
| A D | pcireg.h | 272 #define PCI_PPBMEMBASE(h, l) ((((uint64_t)(h) << 32) + ((l)<<16)) & ~0xfffff) argument 273 #define PCI_PPBMEMLIMIT(h, l) ((((uint64_t)(h) << 32) + ((l)<<16)) | 0xfffff) argument 274 #define PCI_PPBIOBASE(h, l) ((((h)<<16) + ((l)<<8)) & ~0xfff) argument 275 #define PCI_PPBIOLIMIT(h, l) ((((h)<<16) + ((l)<<8)) | 0xfff) argument
|
| A D | rpmb.h | 182 struct rpmb_ioc_seq_cmd h; member
|
| A D | block_if.h | 105 void blockif_chs(struct blockif_ctxt *bc, uint16_t *c, uint8_t *h,
|
| /devicemodel/include/public/ |
| A D | acrn_common.h | 1 ../../../hypervisor/include/public/acrn_common.h
|
| /devicemodel/hw/pci/virtio/ |
| A D | virtio_rpmb.c | 182 struct rpmb_ioc_seq_cmd h; in rpmb_get_counter() member 201 iseq.h.num_of_cmds = 2; in rpmb_get_counter() 256 struct rpmb_ioc_seq_cmd h; in rpmb_write_block() member 296 iseq.h.num_of_cmds = 3; in rpmb_write_block() 339 struct rpmb_ioc_seq_cmd h; in rpmb_read_block() member 359 iseq.h.num_of_cmds = 2; in rpmb_read_block()
|
| A D | virtio_gpu.c | 939 uint32_t src_offset, dst_offset, stride, bpp, h; in virtio_gpu_cmd_transfer_to_host_2d() local 980 for (h = 0; h < height; h++) { in virtio_gpu_cmd_transfer_to_host_2d() 981 src_offset = req.offset + stride * h; in virtio_gpu_cmd_transfer_to_host_2d() 982 dst_offset = (req.r.y + h) * stride + (req.r.x * bpp); in virtio_gpu_cmd_transfer_to_host_2d()
|
| /devicemodel/bios/ |
| A D | changelog_ovmf.txt | 63 "ms/uplink.h" (2019-12-02) <Laszlo Ersek> 68 - 9f4fbd56d4 - CryptoPkg/OpensslLib: Update process_files.pl to generate .h
|
| /devicemodel/hw/ |
| A D | vdisplay_sdl.c | 625 bogus_rect.h = 32; in sdl_gl_prepare_draw() 816 rect->h = (vscr->cur.height * vscr->height) / vscr->guest_height; in vdpy_cursor_position_transformation() 1037 vscr->height = vscr->pscreen_rect.h; in vdpy_create_vscreen_window() 1322 vscr->pscreen_rect.h < VDPY_MIN_HEIGHT) { in gfx_ui_init()
|
| A D | block_if.c | 1855 blockif_chs(struct blockif_ctxt *bc, uint16_t *c, uint8_t *h, uint8_t *s) in blockif_chs() argument 1893 *h = heads; in blockif_chs()
|
| /devicemodel/hw/platform/rpmb/ |
| A D | rpmb_backend.c | 487 for (i = 0; i < iseq->h.num_of_cmds; i++) { in rpmb_handler()
|
| A D | rpmb_sim.c | 720 for (i = 0; i < iseq->h.num_of_cmds; i++) { in rpmb_sim_send()
|
Completed in 30 milliseconds