| /kernel/linux/linux-5.10/arch/x86/kvm/vmx/ |
| D | vmcs12.c | 7 #define FIELD(number, name) [ROL16(number, 6)] = VMCS12_OFFSET(name) macro 9 FIELD(number, name), \ 13 FIELD(VIRTUAL_PROCESSOR_ID, virtual_processor_id), 14 FIELD(POSTED_INTR_NV, posted_intr_nv), 15 FIELD(GUEST_ES_SELECTOR, guest_es_selector), 16 FIELD(GUEST_CS_SELECTOR, guest_cs_selector), 17 FIELD(GUEST_SS_SELECTOR, guest_ss_selector), 18 FIELD(GUEST_DS_SELECTOR, guest_ds_selector), 19 FIELD(GUEST_FS_SELECTOR, guest_fs_selector), 20 FIELD(GUEST_GS_SELECTOR, guest_gs_selector), [all …]
|
| D | vmx_ops.h | 15 asmlinkage void vmread_error(unsigned long field, bool fault); 16 __attribute__((regparm(0))) void vmread_error_trampoline(unsigned long field, 18 void vmwrite_error(unsigned long field, unsigned long value); 24 static __always_inline void vmcs_check16(unsigned long field) in vmcs_check16() argument 26 BUILD_BUG_ON_MSG(__builtin_constant_p(field) && ((field) & 0x6001) == 0x2000, in vmcs_check16() 27 "16-bit accessor invalid for 64-bit field"); in vmcs_check16() 28 BUILD_BUG_ON_MSG(__builtin_constant_p(field) && ((field) & 0x6001) == 0x2001, in vmcs_check16() 29 "16-bit accessor invalid for 64-bit high field"); in vmcs_check16() 30 BUILD_BUG_ON_MSG(__builtin_constant_p(field) && ((field) & 0x6000) == 0x4000, in vmcs_check16() 31 "16-bit accessor invalid for 32-bit high field"); in vmcs_check16() [all …]
|
| /kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
| D | aic79xx.reg | 102 field DST_MODE 0x70 103 field SRC_MODE 0x07 117 field HWERRINT 0x80 118 field BRKADRINT 0x40 119 field SWTMINT 0x20 120 field PCIINT 0x10 121 field SCSIINT 0x08 122 field SEQINT 0x04 123 field CMDCMPLT 0x02 124 field SPLTINT 0x01 [all …]
|
| D | aic7xxx.reg | 71 field TEMODE 0x80 72 field ENSELO 0x40 73 field ENSELI 0x20 74 field ENRSELI 0x10 75 field ENAUTOATNO 0x08 76 field ENAUTOATNI 0x04 77 field ENAUTOATNP 0x02 78 field SCSIRSTO 0x01 88 field DFON 0x80 89 field DFPEXP 0x40 [all …]
|
| D | queue.h | 127 #define SLIST_FOREACH(var, head, field) \ argument 130 (var) = SLIST_NEXT((var), field)) 136 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ argument 137 SLIST_NEXT((elm), field) = SLIST_NEXT((slistelm), field); \ 138 SLIST_NEXT((slistelm), field) = (elm); \ 141 #define SLIST_INSERT_HEAD(head, elm, field) do { \ argument 142 SLIST_NEXT((elm), field) = SLIST_FIRST((head)); \ 146 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) argument 148 #define SLIST_REMOVE(head, elm, type, field) do { \ argument 150 SLIST_REMOVE_HEAD((head), field); \ [all …]
|
| /kernel/linux/linux-4.19/drivers/scsi/aic7xxx/ |
| D | aic79xx.reg | 102 field DST_MODE 0x70 103 field SRC_MODE 0x07 117 field HWERRINT 0x80 118 field BRKADRINT 0x40 119 field SWTMINT 0x20 120 field PCIINT 0x10 121 field SCSIINT 0x08 122 field SEQINT 0x04 123 field CMDCMPLT 0x02 124 field SPLTINT 0x01 [all …]
|
| D | aic7xxx.reg | 71 field TEMODE 0x80 72 field ENSELO 0x40 73 field ENSELI 0x20 74 field ENRSELI 0x10 75 field ENAUTOATNO 0x08 76 field ENAUTOATNI 0x04 77 field ENAUTOATNP 0x02 78 field SCSIRSTO 0x01 88 field DFON 0x80 89 field DFPEXP 0x40 [all …]
|
| D | queue.h | 127 #define SLIST_FOREACH(var, head, field) \ argument 130 (var) = SLIST_NEXT((var), field)) 136 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ argument 137 SLIST_NEXT((elm), field) = SLIST_NEXT((slistelm), field); \ 138 SLIST_NEXT((slistelm), field) = (elm); \ 141 #define SLIST_INSERT_HEAD(head, elm, field) do { \ argument 142 SLIST_NEXT((elm), field) = SLIST_FIRST((head)); \ 146 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) argument 148 #define SLIST_REMOVE(head, elm, type, field) do { \ argument 150 SLIST_REMOVE_HEAD((head), field); \ [all …]
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
| D | field-order.rst | 6 Field Order 13 odd and even field are transmitted, and due to a small delay between 23 object on screen may well move between one field and the next. For 25 which field of a frame is older, the *temporal order*. 27 When the driver provides or accepts images field by field rather than 30 even) fields, the *spatial order*: The first line of the top field is 32 field is the second line of that frame. 35 whether a frame commences with the top or bottom field is pointless. Any 41 Counter to intuition the top field is not necessarily the older field. 42 Whether the older field contains the top or bottom lines is a convention [all …]
|
| /kernel/linux/linux-5.10/arch/arm/mach-pxa/include/mach/ |
| D | bitfield.h | 30 * The macro "Fld" encodes a bit field, given its size and its shift value 36 * field's mask is cumbersome and might break the assembler (255-character 40 * Size Size of the bit field, in number of bits. 41 * Shft Shift value of the bit field with respect to bit 0. 44 * Fld Encoded bit field. 56 * bit field. 59 * Field Encoded bit field (using the macro "Fld"). 62 * FSize Size of the bit field, in number of bits. 63 * FShft Shift value of the bit field with respect to bit 0. 64 * FMsk Mask for the bit field. [all …]
|
| /kernel/linux/linux-5.10/arch/arm/mach-sa1100/include/mach/ |
| D | bitfield.h | 29 * The macro "Fld" encodes a bit field, given its size and its shift value 35 * field's mask is cumbersome and might break the assembler (255-character 39 * Size Size of the bit field, in number of bits. 40 * Shft Shift value of the bit field with respect to bit 0. 43 * Fld Encoded bit field. 55 * bit field. 58 * Field Encoded bit field (using the macro "Fld"). 61 * FSize Size of the bit field, in number of bits. 62 * FShft Shift value of the bit field with respect to bit 0. 63 * FMsk Mask for the bit field. [all …]
|
| /kernel/linux/linux-4.19/arch/arm/mach-pxa/include/mach/ |
| D | bitfield.h | 30 * The macro "Fld" encodes a bit field, given its size and its shift value 36 * field's mask is cumbersome and might break the assembler (255-character 40 * Size Size of the bit field, in number of bits. 41 * Shft Shift value of the bit field with respect to bit 0. 44 * Fld Encoded bit field. 56 * bit field. 59 * Field Encoded bit field (using the macro "Fld"). 62 * FSize Size of the bit field, in number of bits. 63 * FShft Shift value of the bit field with respect to bit 0. 64 * FMsk Mask for the bit field. [all …]
|
| /kernel/linux/linux-4.19/arch/arm/mach-sa1100/include/mach/ |
| D | bitfield.h | 29 * The macro "Fld" encodes a bit field, given its size and its shift value 35 * field's mask is cumbersome and might break the assembler (255-character 39 * Size Size of the bit field, in number of bits. 40 * Shft Shift value of the bit field with respect to bit 0. 43 * Fld Encoded bit field. 55 * bit field. 58 * Field Encoded bit field (using the macro "Fld"). 61 * FSize Size of the bit field, in number of bits. 62 * FShft Shift value of the bit field with respect to bit 0. 63 * FMsk Mask for the bit field. [all …]
|
| /kernel/linux/linux-4.19/arch/unicore32/include/mach/ |
| D | regs-dmac.h | 57 #define DMAC_CHANNEL(ch) FIELD(1, 1, (ch)) 59 #define DMAC_CONTROL_SIZE_BYTE(v) (FIELD((v), 12, 14) | \ 60 FIELD(0, 3, 9) | FIELD(0, 3, 6)) 61 #define DMAC_CONTROL_SIZE_HWORD(v) (FIELD((v) >> 1, 12, 14) | \ 62 FIELD(1, 3, 9) | FIELD(1, 3, 6)) 63 #define DMAC_CONTROL_SIZE_WORD(v) (FIELD((v) >> 2, 12, 14) | \ 64 FIELD(2, 3, 9) | FIELD(2, 3, 6)) 65 #define DMAC_CONTROL_DI FIELD(1, 1, 13) 66 #define DMAC_CONTROL_SI FIELD(1, 1, 12) 67 #define DMAC_CONTROL_BURST_1BYTE (FIELD(0, 3, 3) | FIELD(0, 3, 0)) [all …]
|
| D | regs-pm.h | 78 #define PM_PMCR_SFB FIELD(1, 1, 0) 79 #define PM_PMCR_IFB FIELD(1, 1, 1) 80 #define PM_PMCR_CFBSYS FIELD(1, 1, 2) 81 #define PM_PMCR_CFBDDR FIELD(1, 1, 3) 82 #define PM_PMCR_CFBVGA FIELD(1, 1, 4) 83 #define PM_PMCR_CFBDIVBCLK FIELD(1, 1, 5) 88 #define PM_PWER_GPIOHIGH FIELD(1, 1, 8) 92 #define PM_PWER_RTC FIELD(1, 1, 31) 94 #define PM_PCGR_BCLK64DDR FIELD(1, 1, 0) 95 #define PM_PCGR_BCLK64VGA FIELD(1, 1, 1) [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
| D | tonga_sdma_pkt_open.h | 53 /*define for op field*/ 59 /*define for sub_op field*/ 70 /*define for op field*/ 76 /*define for sub_op field*/ 82 /*define for broadcast field*/ 89 /*define for count field*/ 96 /*define for dst_sw field*/ 102 /*define for dst_ha field*/ 108 /*define for src_sw field*/ 114 /*define for src_ha field*/ [all …]
|
| D | vega10_sdma_pkt_open.h | 68 /*define for op field*/ 74 /*define for sub_op field*/ 86 /*define for op field*/ 92 /*define for sub_op field*/ 98 /*define for encrypt field*/ 104 /*define for tmz field*/ 110 /*define for broadcast field*/ 117 /*define for count field*/ 124 /*define for dst_sw field*/ 130 /*define for src_sw field*/ [all …]
|
| D | navi10_sdma_pkt_open.h | 92 /*define for op field*/ 98 /*define for sub_op field*/ 109 /*define for op field*/ 115 /*define for sub_op field*/ 121 /*define for encrypt field*/ 127 /*define for tmz field*/ 133 /*define for backwards field*/ 139 /*define for broadcast field*/ 146 /*define for count field*/ 153 /*define for dst_sw field*/ [all …]
|
| D | iceland_sdma_pkt_open.h | 53 /*define for op field*/ 59 /*define for sub_op field*/ 70 /*define for op field*/ 76 /*define for sub_op field*/ 82 /*define for broadcast field*/ 89 /*define for count field*/ 96 /*define for dst_sw field*/ 102 /*define for dst_ha field*/ 108 /*define for src_sw field*/ 114 /*define for src_ha field*/ [all …]
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/amd/amdgpu/ |
| D | tonga_sdma_pkt_open.h | 53 /*define for op field*/ 59 /*define for sub_op field*/ 70 /*define for op field*/ 76 /*define for sub_op field*/ 82 /*define for broadcast field*/ 89 /*define for count field*/ 96 /*define for dst_sw field*/ 102 /*define for dst_ha field*/ 108 /*define for src_sw field*/ 114 /*define for src_ha field*/ [all …]
|
| D | vega10_sdma_pkt_open.h | 68 /*define for op field*/ 74 /*define for sub_op field*/ 86 /*define for op field*/ 92 /*define for sub_op field*/ 98 /*define for encrypt field*/ 104 /*define for tmz field*/ 110 /*define for broadcast field*/ 117 /*define for count field*/ 124 /*define for dst_sw field*/ 130 /*define for src_sw field*/ [all …]
|
| D | iceland_sdma_pkt_open.h | 53 /*define for op field*/ 59 /*define for sub_op field*/ 70 /*define for op field*/ 76 /*define for sub_op field*/ 82 /*define for broadcast field*/ 89 /*define for count field*/ 96 /*define for dst_sw field*/ 102 /*define for dst_ha field*/ 108 /*define for src_sw field*/ 114 /*define for src_ha field*/ [all …]
|
| /kernel/linux/linux-4.19/Documentation/media/uapi/v4l/ |
| D | field-order.rst | 6 Field Order 13 odd and even field are transmitted, and due to a small delay between 23 object on screen may well move between one field and the next. For 25 which field of a frame is older, the *temporal order*. 27 When the driver provides or accepts images field by field rather than 30 even) fields, the *spatial order*: The first line of the top field is 32 field is the second line of that frame. 35 whether a frame commences with the top or bottom field is pointless. Any 41 Counter to intuition the top field is not necessarily the older field. 42 Whether the older field contains the top or bottom lines is a convention [all …]
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | part_stat.h | 27 #define part_stat_get_cpu(part, field, cpu) \ argument 28 (per_cpu_ptr((part)->dkstats, (cpu))->field) 30 #define part_stat_get(part, field) \ argument 31 part_stat_get_cpu(part, field, smp_processor_id()) 33 #define part_stat_read(part, field) \ argument 35 typeof((part)->dkstats->field) res = 0; \ 38 res += per_cpu_ptr((part)->dkstats, _cpu)->field; \ 51 #define part_stat_read_accum(part, field) \ argument 52 (part_stat_read(part, field[STAT_READ]) + \ 53 part_stat_read(part, field[STAT_WRITE]) + \ [all …]
|
| /kernel/linux/linux-4.19/arch/s390/include/asm/ |
| D | scsw.h | 231 * scsw_key - return scsw key field 234 * Return the value of the key field of the specified scsw, regardless of 246 * scsw_eswf - return scsw eswf field 249 * Return the value of the eswf field of the specified scsw, regardless of 261 * scsw_cc - return scsw cc field 264 * Return the value of the cc field of the specified scsw, regardless of 276 * scsw_ectl - return scsw ectl field 279 * Return the value of the ectl field of the specified scsw, regardless of 291 * scsw_pno - return scsw pno field 294 * Return the value of the pno field of the specified scsw, regardless of [all …]
|