| /kernel/linux/linux-6.6/arch/parisc/include/asm/ |
| D | assembly.h | 20 #define FRAME_SIZE 64 26 /* Frame alignment for 32- and 64-bit */ 27 #define FRAME_ALIGN 64 63 #define STREGM std,ma 81 /* the 64-bit pa gnu assembler unfortunately defaults to .level 1.1 or 2.0 so 141 depd,z \r, 63-(\sa), 64-(\sa), \t 151 extrd,u \r, 63-(\sa), 64-(\sa), \t 154 /* Extract unsigned for 32- and 64-bit 278 fstd,ma %fr0, 8(\regs) 279 fstd,ma %fr1, 8(\regs) [all …]
|
| /kernel/linux/linux-5.10/arch/parisc/include/asm/ |
| D | assembly.h | 18 #define STREGM std,ma 39 #define FRAME_SIZE 64 64 /* the 64-bit pa gnu assembler unfortunately defaults to .level 1.1 or 2.0 so 125 depd,z \r, 63-(\sa), 64-(\sa), \t 135 extrd,u \r, 63-(\sa), 64-(\sa), \t 231 fstd,ma %fr0, 8(\regs) 232 fstd,ma %fr1, 8(\regs) 233 fstd,ma %fr2, 8(\regs) 234 fstd,ma %fr3, 8(\regs) 235 fstd,ma %fr4, 8(\regs) [all …]
|
| /kernel/linux/linux-6.6/kernel/bpf/ |
| D | memalloc.c | 20 * 16 32 64 96 128 196 256 512 1024 2048 4096 23 * 16 32 64 96 128 196 256 512 1024 2048 4096 47 5, /* 64 */ 449 * the freelist cache will be elem_size * 64 (or less) on each cpu. 455 * 64*16 + 64*32 + 64*64 + 64*96 + 64*128 + 64*196 + 64*256 + 32*512 + 16*1024 + 8*2048 + 4*4096 496 int bpf_mem_alloc_init(struct bpf_mem_alloc *ma, int size, bool percpu) in bpf_mem_alloc_init() argument 498 static u16 sizes[NUM_CACHES] = {96, 192, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096}; in bpf_mem_alloc_init() 504 ma->percpu = percpu; in bpf_mem_alloc_init() 531 ma->cache = pc; in bpf_mem_alloc_init() 558 ma->caches = pcc; in bpf_mem_alloc_init() [all …]
|
| /kernel/linux/linux-6.6/Documentation/translations/it_IT/process/ |
| D | botching-up-ioctls.rst | 18 sistema che finge di essere generico, ma al suo posto ci sono interfacce 19 dedicate. Ma al tempo stesso è più facile incasinare le cose. 41 i valori a 64-bit rispettandone l'allineamento, ma le piattaforme a 64-bit lo 45 * Se una struttura dati contiene valori a 64-bit, allora fate si che la sua 46 dimensione sia allineata a 64-bit, altrimenti la sua dimensione varierà su 47 sistemi a 32-bit e 64-bit. Avere una dimensione differente causa problemi 78 Questo aiuta, ma non è una soluzione completa dato che uno spazio utente nuovo 157 parte. Gli orologi divergeranno, ma con questa informazione gli strumenti di 163 nanosecondi. Non è il modo migliore per specificare il tempo, ma è 177 scadenze potrebbero essere estese - ma sicuramente gli utenti vi odieranno [all …]
|
| D | adding-syscalls.rst | 168 tipo cosicché scostamenti a 64-bit potranno essere supportati anche su 175 gestire la funzionalità associata, ma evitate la combinazione di diverse 188 di sistema con argomenti a 64-bit viene semplificata se questi argomenti 222 :manpage:`xyzzy(2)` verrà chiamato ``sys_xyzzy()``; ma, piuttosto che in modo 237 chiamate di sistema (syscall), ma molte altre architetture condividono una 303 Per molte chiamate di sistema, la stessa implementazione a 64-bit può essere 310 dimensioni fra 32-bit e 64-bit. 312 Il primo caso è quando un kernel a 64-bit supporta anche programmi in spazio 314 potrebbero contenere valori a 32-bit o a 64-bit. In particolar modo, questo 327 a 64-bit anche su architetture a 32-bit, per esempio ``loff_t`` o ``__u64``. [all …]
|
| D | submit-checklist.rst | 39 perché tende ad usare ``unsigned long`` per le quantità a 64-bit. 65 ``checkstack`` non evidenzia esplicitamente i problemi, ma una funzione 108 ``make KCFLAGS=-W``). Questo genererà molti avvisi, ma è ottimo 132 ``CONFIG_NET``, ``CONFIG_INET=n`` (ma l'ultimo con ``CONFIG_NET=y``).
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/dac/ |
| D | ad5755.txt | 52 4: 4 mA to 20 mA current range. 53 5: 0 mA to 20 mA current range. 54 6: 0 mA to 24 mA current range. 72 64 85 64
|
| /kernel/linux/linux-6.6/arch/parisc/lib/ |
| D | lusercopy.S | 41 1: stbs,ma %r0,1(%sr3,%r26) 123 /* only do 64-bit copies if we can get aligned. */ 127 /* loop until we are 64-bit aligned */ 131 20: ldb,ma 1(srcspc,src),t1 132 21: stb,ma t1,1(dstspc,dst) 147 12: std,ma t1,8(dstspc,dst) 148 13: std,ma t2,8(dstspc,dst) 152 16: std,ma t1,8(dstspc,dst) 153 17: std,ma t2,8(dstspc,dst) 169 20: ldw,ma 4(srcspc,src),t1 [all …]
|
| /kernel/linux/linux-5.10/arch/parisc/lib/ |
| D | lusercopy.S | 57 1: stbs,ma %r0,1(%sr1,%r26) 82 1: ldbs,ma 1(%sr1,%r26),%r1 86 2: ldbs,ma 1(%sr1,%r26),%r1 173 /* only do 64-bit copies if we can get aligned. */ 177 /* loop until we are 64-bit aligned */ 181 20: ldb,ma 1(srcspc,src),t1 182 21: stb,ma t1,1(dstspc,dst) 197 12: std,ma t1,8(dstspc,dst) 198 13: std,ma t2,8(dstspc,dst) 202 16: std,ma t1,8(dstspc,dst) [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/supply/ |
| D | ti,bq24735.txt | 16 must be between 128mA and 8.128A with a 64mA step resolution. The POR value 17 is 0x0000h. This number is in mA (e.g. 8192), see spec for more information 24 value must be between 128mA and 8.064A with a 128mA step resolution. The 25 POR value is 0x1000h. This number is in mA (e.g. 8064), see the spec for
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/dac/ |
| D | adi,ad5755.yaml | 86 4: 4 mA to 20 mA current range. 87 5: 0 mA to 20 mA current range. 88 6: 0 mA to 24 mA current range. 108 - enum: [64000, 32000, 16000, 8000, 4000, 2000, 1000, 500, 250, 125, 64, 32, 16, 8, 4, 0] 109 - enum: [1, 2, 4, 16, 32, 64, 128, 256]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/power/supply/ |
| D | bq24735.yaml | 39 This value must be between 128mA and 8.128A with a 64mA step resolution. 40 The POR value is 0x0000h. This number is in mA (e.g. 8192). 55 This value must be between 128mA and 8.064A with a 128mA step resolution. 56 The POR value is 0x1000h. This number is in mA (e.g. 8064).
|
| /kernel/linux/linux-5.10/Documentation/usb/ |
| D | acm.rst | 23 Temple Place, Suite 330, Boston, MA 02111-1307 USA 80 C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr= 0mA 89 C: #Ifs= 1 Cfg#= 1 Atr=60 MxPwr= 0mA 91 E: Ad=85(I) Atr=02(Bulk) MxPS= 64 Ivl= 0ms 92 E: Ad=04(O) Atr=02(Bulk) MxPS= 64 Ivl= 0ms 94 C:* #Ifs= 2 Cfg#= 2 Atr=60 MxPwr= 0mA 98 E: Ad=85(I) Atr=02(Bulk) MxPS= 64 Ivl= 0ms 99 E: Ad=04(O) Atr=02(Bulk) MxPS= 64 Ivl= 0ms
|
| /kernel/linux/linux-6.6/Documentation/usb/ |
| D | acm.rst | 23 Temple Place, Suite 330, Boston, MA 02111-1307 USA 80 C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr= 0mA 89 C: #Ifs= 1 Cfg#= 1 Atr=60 MxPwr= 0mA 91 E: Ad=85(I) Atr=02(Bulk) MxPS= 64 Ivl= 0ms 92 E: Ad=04(O) Atr=02(Bulk) MxPS= 64 Ivl= 0ms 94 C:* #Ifs= 2 Cfg#= 2 Atr=60 MxPwr= 0mA 98 E: Ad=85(I) Atr=02(Bulk) MxPS= 64 Ivl= 0ms 99 E: Ad=04(O) Atr=02(Bulk) MxPS= 64 Ivl= 0ms
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/touchscreen/ |
| D | stmpe.txt | 34 0 -> 20 mA (typical 35mA max) 35 1 -> 50 mA (typical 80 mA max) 42 3 -> 64 clocks 100 * 50 mA typical 80 mA max touchscreen drivers
|
| /kernel/linux/linux-5.10/Documentation/hwmon/ |
| D | ina3221.rst | 33 curr[123]_input Current(mA) measurement channels 35 curr[123]_crit Critical alert current(mA) setting, activates the 39 curr[123]_max Warning alert current(mA) setting, activates the 46 curr4_input Sum of current(mA) measurement channels, 49 curr4_crit Critical alert current(mA) setting for sum of current 60 1, 4, 16, 64, 128, 256, 512, 1024
|
| /kernel/linux/linux-6.6/Documentation/hwmon/ |
| D | ina3221.rst | 33 curr[123]_input Current(mA) measurement channels 35 curr[123]_crit Critical alert current(mA) setting, activates the 39 curr[123]_max Warning alert current(mA) setting, activates the 46 curr4_input Sum of current(mA) measurement channels, 49 curr4_crit Critical alert current(mA) setting for sum of current 60 1, 4, 16, 64, 128, 256, 512, 1024
|
| /kernel/linux/linux-5.10/Documentation/translations/it_IT/process/ |
| D | adding-syscalls.rst | 168 tipo cosicché scostamenti a 64-bit potranno essere supportati anche su 175 gestire la funzionalità associata, ma evitate la combinazione di diverse 188 di sistema con argomenti a 64-bit viene semplificata se questi argomenti 222 :manpage:`xyzzy(2)` verrà chiamato ``sys_xyzzy()``; ma, piuttosto che in modo 237 chiamate di sistema (syscall), ma molte altre architetture condividono una 303 Per molte chiamate di sistema, la stessa implementazione a 64-bit può essere 310 dimensioni fra 32-bit e 64-bit. 312 Il primo caso è quando un kernel a 64-bit supporta anche programmi in spazio 314 potrebbero contenere valori a 32-bit o a 64-bit. In particolar modo, questo 327 a 64-bit anche su architetture a 32-bit, per esempio ``loff_t`` o ``__u64``. [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/leds/ |
| D | leds-lm3601x.txt | 20 - flash-max-microamp : Range from 11mA - 1.5A 22 - led-max-microamp : Range from 2.4mA - 376mA 33 led-controller@64 {
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/leds/ |
| D | leds-lm3601x.txt | 20 - flash-max-microamp : Range from 11mA - 1.5A 22 - led-max-microamp : Range from 2.4mA - 376mA 33 led-controller@64 {
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/mfd/ |
| D | st,stmpe.yaml | 48 enum: [ 4, 16, 32, 64, 128, 256, 512, 1024 ] 59 3 = 64 clock ticks 189 0 = 20 mA (typical 35 mA max) 190 1 = 50 mA (typical 80 mA max) 233 debounce-interval = <64>;
|
| /kernel/linux/linux-5.10/arch/x86/boot/compressed/ |
| D | acpi.c | 67 /* EFI/kexec support is 64-bit only. */ 278 * Max length of 64-bit hex address string is 19, prefix "0x" + 16 hex 403 struct acpi_srat_mem_affinity *ma; in count_immovable_mem_regions() local 405 ma = (struct acpi_srat_mem_affinity *)sub_table; in count_immovable_mem_regions() 406 if (!(ma->flags & ACPI_SRAT_MEM_HOT_PLUGGABLE) && ma->length) { in count_immovable_mem_regions() 407 immovable_mem[num].start = ma->base_address; in count_immovable_mem_regions() 408 immovable_mem[num].size = ma->length; in count_immovable_mem_regions()
|
| /kernel/linux/linux-6.6/arch/x86/boot/compressed/ |
| D | acpi.c | 172 * Max length of 64-bit hex address string is 19, prefix "0x" + 16 hex 297 struct acpi_srat_mem_affinity *ma; in count_immovable_mem_regions() local 299 ma = (struct acpi_srat_mem_affinity *)sub_table; in count_immovable_mem_regions() 300 if (!(ma->flags & ACPI_SRAT_MEM_HOT_PLUGGABLE) && ma->length) { in count_immovable_mem_regions() 301 immovable_mem[num].start = ma->base_address; in count_immovable_mem_regions() 302 immovable_mem[num].size = ma->length; in count_immovable_mem_regions()
|
| /kernel/linux/linux-5.10/arch/parisc/kernel/ |
| D | head.S | 63 stw,ma %r0,4(%r3) 67 stw,ma %arg0,4(%r1) 68 stw,ma %arg1,4(%r1) 69 stw,ma %arg2,4(%r1) 70 stw,ma %arg3,4(%r1) 73 /* check for 64-bit capable CPU as required by current kernel */ 96 stw %r11,-64(%sp) // arg7 = len 195 ** of 64-bit function ptrs and the address is local to this file.
|
| /kernel/linux/linux-6.6/arch/parisc/kernel/ |
| D | head.S | 64 stw,ma %r0,4(%r3) 68 stw,ma %arg0,4(%r1) 69 stw,ma %arg1,4(%r1) 70 stw,ma %arg2,4(%r1) 71 stw,ma %arg3,4(%r1) 74 /* check for 64-bit capable CPU as required by current kernel */ 97 stw %r11,-64(%sp) // arg7 = len 196 ** of 64-bit function ptrs and the address is local to this file.
|