Home
last modified time | relevance | path

Searched refs:ahci_alloc (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/tests/qtest/libqos/
H A Dahci.c104 uint64_t ahci_alloc(AHCIQState *ahci, size_t bytes) in ahci_alloc() function
285 ahci->port[i].clb = ahci_alloc(ahci, num_cmd_slots * 0x20); in ahci_hba_enable()
294 ahci->port[i].fb = ahci_alloc(ahci, 0x100); in ahci_hba_enable()
701 opts->buffer = ahci_alloc(ahci, opts->size); in ahci_exec()
816 ptr = ahci_alloc(ahci, bufsize); in ahci_io()
1204 table_ptr = ahci_alloc(ahci, table_size); in ahci_command_commit()
H A Dahci.h569 uint64_t ahci_alloc(AHCIQState *ahci, size_t bytes);
/openbmc/qemu/tests/qtest/
H A Dahci-test.c869 ptr = ahci_alloc(ahci, bufsize); in ahci_test_io_rw_simple()
1078 ptr = ahci_alloc(ahci, bufsize); in make_dirty()
1234 ptr = ahci_alloc(ahci, bufsize); in ahci_halted_io_test()
1308 ptr = ahci_alloc(src, bufsize); in ahci_migrate_halted_io()
1456 ptr1 = ahci_alloc(ahci, bufsize); in test_reset_pending_callback()
1457 ptr2 = ahci_alloc(ahci, bufsize); in test_reset_pending_callback()