Searched refs:RESTART_TABLE (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/ntfs3/
H A Dfslog.c93 struct RESTART_TABLE { struct
104 static_assert(sizeof(struct RESTART_TABLE) == 0x18);
381 static inline u32 bytes_per_rt(const struct RESTART_TABLE *rt)
384 sizeof(struct RESTART_TABLE);
612 static inline void *enum_rstbl(struct RESTART_TABLE *t, void *c)
621 e = Add2Ptr(t, sizeof(struct RESTART_TABLE));
638 static inline struct DIR_PAGE_ENTRY *find_dp(struct RESTART_TABLE *dptbl,
680 if ((tr - sizeof(struct RESTART_TABLE)) %
704 if ((t16 - sizeof(struct RESTART_TABLE)) % bytes_per_attr_entry)
714 static bool check_rstbl(const struct RESTART_TABLE *r
[all...]
/linux-master/arch/powerpc/kernel/
H A Dvmlinux.lds.S21 #define RESTART_TABLE(align) \ define
185 RESTART_TABLE(8)
H A Dirq_64.c240 RESTART_TABLE(1b, 2b, 1b)
H A Dinterrupt_64.S194 RESTART_TABLE(.Lsyscall_vectored_\name\()_rst_start, .Lsyscall_vectored_\name\()_rst_end, syscall_vectored_\name\()_restart)
381 RESTART_TABLE(.Lsyscall_rst_start, .Lsyscall_rst_end, syscall_restart)
532 RESTART_TABLE(.Linterrupt_return_\srr\()_user_rst_start, .Linterrupt_return_\srr\()_user_rst_end, interrupt_return_\srr\()_user_restart)
714 RESTART_TABLE(.Linterrupt_return_\srr\()_kernel_rst_start, .Linterrupt_return_\srr\()_kernel_rst_end, interrupt_return_\srr\()_kernel_restart)
/linux-master/arch/powerpc/include/asm/
H A Dppc_asm.h880 #define RESTART_TABLE(_start, _end, _target) \ macro
/linux-master/tools/testing/selftests/powerpc/primitives/asm/
H A Dppc_asm.h880 #define RESTART_TABLE(_start, _end, _target) \ macro

Completed in 144 milliseconds