Searched defs:mcache_size (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/coreboot/src/commonlib/bsd/ |
H A D | cbfs_mcache.c | 92 enum cb_err cbfs_mcache_lookup(const void *mcache, size_t mcache_size, const char *name, in cbfs_mcache_lookup() 126 size_t cbfs_mcache_real_size(const void *mcache, size_t mcache_size) in cbfs_mcache_real_size()
|
/aosp_15_r20/external/coreboot/payloads/libpayload/include/ |
H A D | cbfs_glue.h | 30 size_t mcache_size; member
|
/aosp_15_r20/external/coreboot/payloads/libpayload/tests/libcbfs/ |
H A D | cbfs-verification-test.c | 72 enum cb_err cbfs_mcache_lookup(const void *mcache, size_t mcache_size, const char *name, in cbfs_mcache_lookup()
|
H A D | cbfs-lookup-test.c | 59 enum cb_err cbfs_mcache_lookup(const void *mcache, size_t mcache_size, const char *name, in cbfs_mcache_lookup()
|
/aosp_15_r20/external/coreboot/src/include/ |
H A D | cbfs.h | 169 size_t mcache_size; member
|
/aosp_15_r20/external/coreboot/tests/lib/ |
H A D | cbfs-lookup-test.c | 90 enum cb_err cbfs_mcache_lookup(const void *mcache, size_t mcache_size, const char *name, in cbfs_mcache_lookup()
|