Home
last modified time | relevance | path

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

/Linux-v5.10/arch/xtensa/include/asm/
Dcoprocessor.h36 .macro save_xtregs_opt ptr clb at1 at2 at3 at4 offset
38 addi \clb, \ptr, \offset
39 xchal_ncp_store \clb \at1 \at2 \at3 \at4 select=_SELECT
43 .macro load_xtregs_opt ptr clb at1 at2 at3 at4 offset
45 addi \clb, \ptr, \offset
46 xchal_ncp_load \clb \at1 \at2 \at3 \at4 select=_SELECT
55 .macro save_xtregs_user ptr clb at1 at2 at3 at4 offset
57 addi \clb, \ptr, \offset
58 xchal_ncp_store \clb \at1 \at2 \at3 \at4 select=_SELECT
62 .macro load_xtregs_user ptr clb at1 at2 at3 at4 offset
[all …]
/Linux-v5.10/arch/x86/include/asm/
Drmwcc.h12 #define __CLOBBERS_MEM(clb...) "memory", ## clb argument
/Linux-v5.10/drivers/media/pci/saa7134/
Dsaa7134-video.c617 const struct cliplist *clb = b; in cliplist_cmp() local
618 if (cla->position < clb->position) in cliplist_cmp()
620 if (cla->position > clb->position) in cliplist_cmp()