Home
last modified time | relevance | path

Searched defs:start_data (Results 1 – 21 of 21) sorted by relevance

/openbmc/phosphor-mboxd/test/
H A Dmark_write_erased_v2.c38 const uint8_t start_data[] = { 0xaa, 0x55, 0xaa }; variable
H A Dwrite_flush_v2.c53 const uint8_t start_data[] = { 0xaa, 0x55, 0xaa }; variable
H A Dwrite_window_dirty_erase.c63 const uint8_t start_data[] = { 0xaa, 0x55, 0xaa }; variable
H A Dimplicit_flush.c48 const uint8_t start_data[] = { 0xaa, 0x55, 0xaa }; variable
/openbmc/hiomapd/test/
H A Dmark_write_erased_v2.c39 const uint8_t start_data[] = { 0xaa, 0x55, 0xaa }; variable
H A Dwrite_flush_v2.c54 const uint8_t start_data[] = { 0xaa, 0x55, 0xaa }; variable
H A Dwrite_window_dirty_erase.c64 const uint8_t start_data[] = { 0xaa, 0x55, 0xaa }; variable
H A Dimplicit_flush.c49 const uint8_t start_data[] = { 0xaa, 0x55, 0xaa }; variable
/openbmc/qemu/linux-user/
H A Dflatload.c56 abi_ulong start_data; /* Start of data segment */ member
114 abi_ulong start_data; in calc_reloc() local
H A Dqemu.h29 abi_ulong start_data; member
/openbmc/linux/arch/powerpc/include/asm/
H A Duser.h39 unsigned long start_data; /* data starting address */ member
/openbmc/linux/arch/alpha/include/asm/
H A Duser.h40 unsigned long start_data; /* data starting address */ member
/openbmc/linux/arch/ia64/include/asm/
H A Duser.h45 unsigned long start_data; /* data starting address */ member
/openbmc/linux/fs/
H A Dbinfmt_flat.c84 unsigned long start_data; /* Start of data segment */ member
308 unsigned long start_data; in calc_reloc() local
H A Dbinfmt_elf.c837 unsigned long start_code, end_code, start_data, end_data; in load_elf_binary() local
/openbmc/linux/arch/sh/include/asm/
H A Duser.h46 unsigned long start_data; /* data starting address */ member
/openbmc/linux/tools/include/uapi/linux/
H A Dprctl.h137 __u64 start_data; /* data section bounds */ member
/openbmc/linux/include/uapi/linux/
H A Dprctl.h137 __u64 start_data; /* data section bounds */ member
/openbmc/qemu/bsd-user/
H A Dqemu.h62 abi_ulong start_data; member
/openbmc/linux/include/linux/
H A Dmm_types.h836 unsigned long start_code, end_code, start_data, end_data; member
H A Dmm.h3251 unsigned long start_data) in check_data_rlimit()