Home
last modified time | relevance | path

Searched refs:_ACAST32_ (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Daddrspace.h38 #define _ACAST32_ macro
41 #define _ACAST32_ (_ATYPE_)(_ATYPE32_) /* widen if necessary */ macro
48 #define KSEGX(a) ((_ACAST32_(a)) & _ACAST32_(0xe0000000))
53 #define CPHYSADDR(a) ((_ACAST32_(a)) & 0x1fffffff)
H A Dkvm_host.h115 #define KVM_GUEST_KSEGX(a) ((_ACAST32_(a)) & 0xe0000000)
116 #define KVM_GUEST_CPHYSADDR(a) ((_ACAST32_(a)) & 0x1fffffff)
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Daddrspace.h38 #define _ACAST32_ macro
41 #define _ACAST32_ (_ATYPE_)(_ATYPE32_) /* widen if necessary */ macro
48 #define KSEGX(a) ((_ACAST32_(a)) & _ACAST32_(0xe0000000))
53 #define CPHYSADDR(a) ((_ACAST32_(a)) & 0x1fffffff)
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Daddrspace.h79 #define _ACAST32_ macro
82 #define _ACAST32_ (_ATYPE_)(_ATYPE32_) /* widen if necessary */ macro
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H A Daddrspace.h84 #define _ACAST32_ macro
87 #define _ACAST32_ (_ATYPE_)(_ATYPE32_) /* widen if necessary */ macro

Completed in 4 milliseconds