Searched refs:PTN_ENTRY_SIZE (Results 1 – 10 of 10) sorted by relevance
/device/google/coral/gpt-utils/ |
D | gpt-utils.h | 57 #define PTN_ENTRY_SIZE 128 macro
|
D | gpt-utils.cpp | 244 uint8_t ptn_swap[PTN_ENTRY_SIZE]; in gpt_boot_chain_swap() 266 memcpy(ptn_swap, ptn_entry, PTN_ENTRY_SIZE); in gpt_boot_chain_swap() 267 memcpy(ptn_entry, ptn_bak_entry, PTN_ENTRY_SIZE); in gpt_boot_chain_swap() 268 memcpy(ptn_bak_entry, ptn_swap, PTN_ENTRY_SIZE); in gpt_boot_chain_swap()
|
/device/google/bonito/gpt-utils/ |
D | gpt-utils.h | 57 #define PTN_ENTRY_SIZE 128 macro
|
D | gpt-utils.cpp | 237 uint8_t ptn_swap[PTN_ENTRY_SIZE]; in gpt_boot_chain_swap() 259 memcpy(ptn_swap, ptn_entry, PTN_ENTRY_SIZE); in gpt_boot_chain_swap() 260 memcpy(ptn_entry, ptn_bak_entry, PTN_ENTRY_SIZE); in gpt_boot_chain_swap() 261 memcpy(ptn_bak_entry, ptn_swap, PTN_ENTRY_SIZE); in gpt_boot_chain_swap()
|
/device/google/redbull/gpt-utils/ |
D | gpt-utils.h | 57 #define PTN_ENTRY_SIZE 128 macro
|
D | gpt-utils.cpp | 244 uint8_t ptn_swap[PTN_ENTRY_SIZE]; in gpt_boot_chain_swap() 266 memcpy(ptn_swap, ptn_entry, PTN_ENTRY_SIZE); in gpt_boot_chain_swap() 267 memcpy(ptn_entry, ptn_bak_entry, PTN_ENTRY_SIZE); in gpt_boot_chain_swap() 268 memcpy(ptn_bak_entry, ptn_swap, PTN_ENTRY_SIZE); in gpt_boot_chain_swap()
|
/device/google/crosshatch/gpt-utils/ |
D | gpt-utils.h | 57 #define PTN_ENTRY_SIZE 128 macro
|
D | gpt-utils.cpp | 237 uint8_t ptn_swap[PTN_ENTRY_SIZE]; in gpt_boot_chain_swap() 259 memcpy(ptn_swap, ptn_entry, PTN_ENTRY_SIZE); in gpt_boot_chain_swap() 260 memcpy(ptn_entry, ptn_bak_entry, PTN_ENTRY_SIZE); in gpt_boot_chain_swap() 261 memcpy(ptn_bak_entry, ptn_swap, PTN_ENTRY_SIZE); in gpt_boot_chain_swap()
|
/device/google/sunfish/gpt-utils/ |
D | gpt-utils.h | 57 #define PTN_ENTRY_SIZE 128 macro
|
D | gpt-utils.cpp | 244 uint8_t ptn_swap[PTN_ENTRY_SIZE]; in gpt_boot_chain_swap() 266 memcpy(ptn_swap, ptn_entry, PTN_ENTRY_SIZE); in gpt_boot_chain_swap() 267 memcpy(ptn_entry, ptn_bak_entry, PTN_ENTRY_SIZE); in gpt_boot_chain_swap() 268 memcpy(ptn_bak_entry, ptn_swap, PTN_ENTRY_SIZE); in gpt_boot_chain_swap()
|