/kernel/linux/linux-5.10/arch/hexagon/kernel/ |
H A D | head.S | 29 r24.H = #HI(swapper_pg_dir) 39 r1.h = #HI(PAGE_OFFSET); 66 r1.h = #HI(_end); 67 r2.h = #HI(stext); 95 R1.H = #HI(PAGE_OFFSET >> (22 - 2)) 186 {r29.H = #HI(init_thread_union); r0.H = #HI(_THREAD_SIZE); } 195 { r0.H = #HI(__bss_start); r2.h = #HI(__bss_stop); } 203 r0.h = #HI(__phys_offse [all...] |
H A D | vm_entry.S | 61 R2.H = #HI(_THREAD_SIZE); } \ 220 R1.H = #HI(CHandler); \ 286 R26.H = #HI(do_work_pending); 365 R26.H = #HI(do_work_pending);
|
/kernel/linux/linux-6.6/arch/hexagon/kernel/ |
H A D | head.S | 29 r24.H = #HI(swapper_pg_dir) 39 r1.h = #HI(PAGE_OFFSET); 66 r1.h = #HI(_end); 67 r2.h = #HI(stext); 95 R1.H = #HI(PAGE_OFFSET >> (22 - 2)) 186 {r29.H = #HI(init_thread_union); r0.H = #HI(_THREAD_SIZE); } 195 { r0.H = #HI(__bss_start); r2.h = #HI(__bss_stop); } 203 r0.h = #HI(__phys_offse [all...] |
H A D | vm_entry.S | 61 R2.H = #HI(_THREAD_SIZE); } \ 220 R1.H = #HI(CHandler); \ 286 R26.H = #HI(do_work_pending); 365 R26.H = #HI(do_work_pending);
|
/kernel/linux/linux-5.10/drivers/input/joystick/iforce/ |
H A D | iforce-ff.c | 35 data[1] = HI(mod_chunk->start); in make_magnitude_modifier() 68 data[1] = HI(mod_chunk->start); in make_period_modifier() 72 data[4] = HI(phase); in make_period_modifier() 75 data[6] = HI(period); in make_period_modifier() 108 data[1] = HI(mod_chunk->start); in make_envelope_modifier() 111 data[3] = HI(attack_duration); in make_envelope_modifier() 112 data[4] = HI(initial_level); in make_envelope_modifier() 115 data[6] = HI(fade_duration); in make_envelope_modifier() 116 data[7] = HI(final_level); in make_envelope_modifier() 145 data[1] = HI(mod_chun in make_condition_modifier() [all...] |
H A D | iforce.h | 104 #define HI(a) ((unsigned char)((a) >> 8)) macro
|
H A D | iforce-serio.c | 79 iforce_serio->expect_packet = HI(FF_CMD_QUERY); in iforce_serio_get_id()
|
H A D | iforce-packets.c | 58 iforce->xmit.buf[head] = HI(cmd); in iforce_send_packet()
|
/kernel/linux/linux-6.6/drivers/input/joystick/iforce/ |
H A D | iforce-ff.c | 35 data[1] = HI(mod_chunk->start); in make_magnitude_modifier() 68 data[1] = HI(mod_chunk->start); in make_period_modifier() 72 data[4] = HI(phase); in make_period_modifier() 75 data[6] = HI(period); in make_period_modifier() 108 data[1] = HI(mod_chunk->start); in make_envelope_modifier() 111 data[3] = HI(attack_duration); in make_envelope_modifier() 112 data[4] = HI(initial_level); in make_envelope_modifier() 115 data[6] = HI(fade_duration); in make_envelope_modifier() 116 data[7] = HI(final_level); in make_envelope_modifier() 145 data[1] = HI(mod_chun in make_condition_modifier() [all...] |
H A D | iforce.h | 104 #define HI(a) ((unsigned char)((a) >> 8)) macro
|
H A D | iforce-serio.c | 79 iforce_serio->expect_packet = HI(FF_CMD_QUERY); in iforce_serio_get_id()
|
H A D | iforce-packets.c | 58 iforce->xmit.buf[head] = HI(cmd); in iforce_send_packet()
|
/kernel/linux/linux-6.6/arch/arm64/crypto/ |
H A D | polyval-ce-core.S | 59 HI .req v22 label 73 * components of the 256-bit product into LO, MI, HI. 82 * HI += X_1 * Y_1 103 eor HI.16b, HI.16b, v28.16b 111 * Same as karatsuba1, except overwrites HI, LO, MI rather than XORing into 121 pmull2 HI.1q, X.2d, Y.2d 129 * Computes the 256-bit polynomial represented by LO, HI, MI. Stores 136 eor v4.16b, HI.16b, MI.16b 140 ext v5.16b, LO.16b, HI [all...] |
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | polyval-clmulni_asm.S | 35 #define HI %xmm13 define 68 * the 256-bit product into LO, MI, HI. 77 * HI += X_1 * Y_1 98 vpxor %xmm4, HI, HI 105 * registers LO, MI, and HI directly rather than XOR'ing into them. 111 vpclmulqdq $0x11, %xmm0, %xmm1, HI 116 * Computes the 256-bit polynomial represented by LO, HI, MI. Stores 124 pxor HI, PH 185 pxor HI, H [all...] |
/kernel/linux/linux-6.6/lib/ |
H A D | test_dynamic_debug.c | 78 enum cat_disjoint_names { LOW = 11, MID, HI }; enumerator 80 "LOW", "MID", "HI"); 107 prdbg(HI); in do_cats()
|
/kernel/linux/linux-5.10/include/math-emu/ |
H A D | soft-fp.h | 198 typedef unsigned int UHWtype __attribute__((mode(HI)));
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | irq.h | 14 softirq_name(HI) \
|
/kernel/linux/linux-6.6/include/math-emu/ |
H A D | soft-fp.h | 198 typedef unsigned int UHWtype __attribute__((mode(HI)));
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | irq.h | 14 softirq_name(HI) \
|
/kernel/linux/linux-5.10/arch/arm/crypto/ |
H A D | sha512-armv4.pl | 56 $hi="HI"; 96 @ HI hi>>14^lo<<18 ^ hi>>18^lo<<14 ^ lo>>9^hi<<23 154 @ HI hi>>28^lo<<4 ^ lo>>2^hi<<30 ^ lo>>7^hi<<25 201 # define HI 4 204 # define HI 0 358 @ HI hi>>1^lo<<31 ^ hi>>8^lo<<24 ^ hi>>7 375 @ HI hi>>19^lo<<13 ^ lo>>29^hi<<3 ^ hi>>6
|
/kernel/linux/linux-6.6/arch/arm/crypto/ |
H A D | sha512-armv4.pl | 56 $hi="HI"; 96 @ HI hi>>14^lo<<18 ^ hi>>18^lo<<14 ^ lo>>9^hi<<23 154 @ HI hi>>28^lo<<4 ^ lo>>2^hi<<30 ^ lo>>7^hi<<25 201 # define HI 4 204 # define HI 0 358 @ HI hi>>1^lo<<31 ^ hi>>8^lo<<24 ^ hi>>7 375 @ HI hi>>19^lo<<13 ^ lo>>29^hi<<3 ^ hi>>6
|
/kernel/linux/linux-5.10/arch/hexagon/lib/ |
H A D | memcpy.S | 215 mask.h = #HI(0x7fffffff); 228 r31.h = #HI(.Lmemcpy_return); /* set up final return pointer */
|
/kernel/linux/linux-6.6/arch/hexagon/lib/ |
H A D | memcpy.S | 215 mask.h = #HI(0x7fffffff); 228 r31.h = #HI(.Lmemcpy_return); /* set up final return pointer */
|
/kernel/linux/linux-6.6/arch/arm64/kvm/ |
H A D | sys_regs.c | 2473 { AA32(HI), Op1( 0), CRn( 1), CRm((n)), Op2( 1), trap_bvr, NULL, n } 2600 { AA32(HI), Op1( 0), CRn( 1), CRm( 0), Op2( 3), access_actlr, NULL, ACTLR_EL1 }, 2606 { AA32(HI), Op1( 0), CRn( 2), CRm( 0), Op2( 3), access_vm_reg, NULL, TCR_EL1 }, 2618 { AA32(HI), Op1( 0), CRn( 6), CRm( 0), Op2( 2), access_vm_reg, NULL, FAR_EL1 }, 2643 { CP15_PMU_SYS_REG(HI, 0, 9, 14, 4), .access = access_pmceid }, 2644 { CP15_PMU_SYS_REG(HI, 0, 9, 14, 5), .access = access_pmceid }, 2651 { AA32(HI), Op1( 0), CRn(10), CRm( 2), Op2( 1), access_vm_reg, NULL, MAIR_EL1 }, 2655 { AA32(HI), Op1( 0), CRn(10), CRm( 3), Op2( 1), access_vm_reg, NULL, AMAIR_EL1 },
|
/kernel/linux/linux-5.10/drivers/media/rc/ |
H A D | ati_remote.c | 222 #define HI(a) ((unsigned char)((a) >> 8)) macro 410 ((char *) ati_remote->out_urb->transfer_buffer)[0] = HI(cmd); in ati_remote_sendpacket()
|