Home
last modified time | relevance | path

Searched refs:h (Results 1 – 11 of 11) sorted by relevance

/devicemodel/include/
A Dpcireg.h272 #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 Drpmb.h182 struct rpmb_ioc_seq_cmd h; member
A Dblock_if.h105 void blockif_chs(struct blockif_ctxt *bc, uint16_t *c, uint8_t *h,
/devicemodel/include/public/
A Dacrn_common.h1 ../../../hypervisor/include/public/acrn_common.h
/devicemodel/hw/pci/virtio/
A Dvirtio_rpmb.c182 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 Dvirtio_gpu.c939 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 Dchangelog_ovmf.txt63 "ms/uplink.h" (2019-12-02) <Laszlo Ersek>
68 - 9f4fbd56d4 - CryptoPkg/OpensslLib: Update process_files.pl to generate .h
/devicemodel/hw/
A Dvdisplay_sdl.c625 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 Dblock_if.c1855 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 Drpmb_backend.c487 for (i = 0; i < iseq->h.num_of_cmds; i++) { in rpmb_handler()
A Drpmb_sim.c720 for (i = 0; i < iseq->h.num_of_cmds; i++) { in rpmb_sim_send()

Completed in 30 milliseconds