Home
last modified time | relevance | path

Searched refs:ci_PAGEALIGN (Results 1 – 5 of 5) sorted by relevance

/openbsd/sys/arch/i386/include/
H A Dcpu_full.h42 - offsetof(struct cpu_info, ci_PAGEALIGN)) / sizeof(uint32_t)];
57 CTASSERT(offsetof(struct cpu_info_full, cif_cpu.ci_PAGEALIGN) % PAGE_SIZE == 0);
H A Dcpu.h82 #define ci_PAGEALIGN ci_dev macro
206 …pu_info *)((char *)&cpu_info_full_primary + PAGE_SIZE*2 - offsetof(struct cpu_info, ci_PAGEALIGN)))
/openbsd/sys/arch/amd64/include/
H A Dcpu_full.h43 - offsetof(struct cpu_info, ci_PAGEALIGN)) / sizeof(uint64_t)];
60 CTASSERT(offsetof(struct cpu_info_full, cif_cpu.ci_PAGEALIGN) % PAGE_SIZE == 0);
H A Dcpu.h121 #define ci_PAGEALIGN ci_dev macro
273 …uct cpu_info *)((char *)&cpu_info_full_primary + 4096*2 - offsetof(struct cpu_info, ci_PAGEALIGN)))
/openbsd/sys/arch/amd64/amd64/
H A Dcpu.c305 offsetof(struct cpu_info, ci_PAGEALIGN)) % 64 == 0); in replacemds()