Searched refs:pbe (Results 1 – 10 of 10) sorted by relevance
| /arch/arm/kernel/ |
| A D | hibernate.c | 83 struct pbe *pbe; in arch_restore_image() local 86 for (pbe = restore_pblist; pbe; pbe = pbe->next) in arch_restore_image() 87 copy_page(pbe->orig_address, pbe->address); in arch_restore_image()
|
| /arch/sh/kernel/ |
| A D | asm-offsets.c | 31 DEFINE(PBE_ADDRESS, offsetof(struct pbe, address)); in main() 32 DEFINE(PBE_ORIG_ADDRESS, offsetof(struct pbe, orig_address)); in main() 33 DEFINE(PBE_NEXT, offsetof(struct pbe, next)); in main()
|
| /arch/x86/kernel/ |
| A D | asm-offsets.c | 51 OFFSET(pbe_address, pbe, address); in common() 52 OFFSET(pbe_orig_address, pbe, orig_address); in common() 53 OFFSET(pbe_next, pbe, next); in common()
|
| /arch/xtensa/kernel/ |
| A D | asm-offsets.c | 157 DEFINE(PBE_ADDRESS, offsetof(struct pbe, address)); in main() 158 DEFINE(PBE_ORIG_ADDRESS, offsetof(struct pbe, orig_address)); in main() 159 DEFINE(PBE_NEXT, offsetof(struct pbe, next)); in main() 160 DEFINE(PBE_SIZE, sizeof(struct pbe)); in main()
|
| /arch/loongarch/kernel/ |
| A D | asm-offsets.c | 275 OFFSET(PBE_ADDRESS, pbe, address); in output_pbe_defines() 276 OFFSET(PBE_ORIG_ADDRESS, pbe, orig_address); in output_pbe_defines() 277 OFFSET(PBE_NEXT, pbe, next); in output_pbe_defines() 278 DEFINE(PBE_SIZE, sizeof(struct pbe)); in output_pbe_defines()
|
| /arch/arm64/kernel/ |
| A D | asm-offsets.c | 149 DEFINE(HIBERN_PBE_ORIG, offsetof(struct pbe, orig_address)); in main() 150 DEFINE(HIBERN_PBE_ADDR, offsetof(struct pbe, address)); in main() 151 DEFINE(HIBERN_PBE_NEXT, offsetof(struct pbe, next)); in main()
|
| /arch/mips/kernel/ |
| A D | asm-offsets.c | 339 OFFSET(PBE_ADDRESS, pbe, address); in output_pbe_defines() 340 OFFSET(PBE_ORIG_ADDRESS, pbe, orig_address); in output_pbe_defines() 341 OFFSET(PBE_NEXT, pbe, next); in output_pbe_defines() 342 DEFINE(PBE_SIZE, sizeof(struct pbe)); in output_pbe_defines()
|
| /arch/powerpc/kernel/ |
| A D | asm-offsets.c | 327 OFFSET(pbe_address, pbe, address); in main() 328 OFFSET(pbe_orig_address, pbe, orig_address); in main() 329 OFFSET(pbe_next, pbe, next); in main()
|
| /arch/riscv/kernel/ |
| A D | asm-offsets.c | 131 OFFSET(HIBERN_PBE_ADDR, pbe, address); in asm_offsets() 132 OFFSET(HIBERN_PBE_ORIG, pbe, orig_address); in asm_offsets() 133 OFFSET(HIBERN_PBE_NEXT, pbe, next); in asm_offsets()
|
| /arch/mips/include/asm/octeon/ |
| A D | cvmx-pci-defs.h | 449 uint32_t pbe:12; member 459 uint32_t pbe:12;
|
Completed in 21 milliseconds