Home
last modified time | relevance | path

Searched refs:ALLOC_CACHE_ALIGN_BUFFER_PAD (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dmemalign.h79 #define ALLOC_CACHE_ALIGN_BUFFER_PAD(type, name, size, pad) \ macro
/OK3568_Linux_fs/u-boot/disk/
H A Dpart_efi.c199 ALLOC_CACHE_ALIGN_BUFFER_PAD(gpt_header, gpt_head, 1, dev_desc->blksz); in get_disk_guid()
226 ALLOC_CACHE_ALIGN_BUFFER_PAD(gpt_header, gpt_head, 1, dev_desc->blksz); in part_print_efi()
447 ALLOC_CACHE_ALIGN_BUFFER_PAD(legacy_mbr, legacymbr, 1, dev_desc->blksz); in part_test_efi()
/OK3568_Linux_fs/u-boot/env/
H A Denvf.c64 ALLOC_CACHE_ALIGN_BUFFER_PAD(legacy_mbr, legacymbr, 1, dev_desc->blksz); in can_find_pmbr()
/OK3568_Linux_fs/u-boot/cmd/
H A Dgpt.c583 ALLOC_CACHE_ALIGN_BUFFER_PAD(gpt_header, gpt_head, 1, in gpt_verify()