Home
last modified time | relevance | path

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

/linux/arch/sparc/vdso/
H A Dvdso2c.h25 ELF(Phdr) *pt = (ELF(Phdr) *)(raw_addr + GET_BE(&hdr->e_phoff)); in go()
28 for (i = 0; i < GET_BE(&hdr->e_phnum); i++) { in go()
29 if (GET_BE(&pt[i].p_type) == PT_LOAD) { in go()
33 if (GET_BE(&pt[i].p_offset) != 0 || in go()
34 GET_BE(&pt[i].p_vaddr) != 0) in go()
37 if (GET_BE(&pt[i].p_memsz) != GET_BE(&pt[i].p_filesz)) in go()
40 load_size = GET_BE(&pt[i].p_memsz); in go()
42 } else if (GET_BE(&pt[i].p_type) == PT_DYNAMIC) { in go()
43 dyn = raw_addr + GET_BE(&pt[i].p_offset); in go()
44 dyn_end = raw_addr + GET_BE(&pt[i].p_offset) + in go()
[all …]
H A Dvdso2c.c108 #define GET_BE(x) \ macro
/linux/drivers/iommu/
H A Dmsm_iommu_hw-8xxx.h759 #define GET_BE(b, c) GET_CONTEXT_FIELD(b, c, SCTLR, BE) macro