| /linux/net/xfrm/ |
| H A D | xfrm_interface_core.c | 146 #define for_each_xfrmi_rcu(start, xi) \ argument 147 for (xi = rcu_dereference(start); xi; xi = rcu_dereference(xi->next)) 157 struct xfrm_if *xi; in xfrmi_lookup() local 159 for_each_xfrmi_rcu(xfrmn->xfrmi[xfrmi_hash(x->if_id)], xi) { in xfrmi_lookup() 160 if (x->if_id == xi->p.if_id && in xfrmi_lookup() 161 (xi->dev->flags & IFF_UP)) in xfrmi_lookup() 162 return xi; in xfrmi_lookup() 165 xi = rcu_dereference(xfrmn->collect_md_xfrmi); in xfrmi_lookup() 166 if (xi && (xi->dev->flags & IFF_UP)) in xfrmi_lookup() 167 return xi; in xfrmi_lookup() [all …]
|
| /linux/net/ceph/ |
| H A D | auth_none.c | 17 struct ceph_auth_none_info *xi = ac->private; in reset() local 19 xi->starting = true; in reset() 30 struct ceph_auth_none_info *xi = ac->private; in is_authenticated() local 32 return !xi->starting; in is_authenticated() 37 struct ceph_auth_none_info *xi = ac->private; in should_authenticate() local 39 return xi->starting; in should_authenticate() 77 struct ceph_auth_none_info *xi = ac->private; in handle_reply() local 79 xi->starting = false; in handle_reply() 133 struct ceph_auth_none_info *xi; in ceph_auth_none_init() local 136 xi = kzalloc_obj(*xi, GFP_NOFS); in ceph_auth_none_init() [all …]
|
| H A D | auth_x.c | 40 struct ceph_x_info *xi = ac->private; in ceph_x_is_authenticated() local 45 missing = ac->want_keys & ~xi->have_keys; in ceph_x_is_authenticated() 48 ac->want_keys, xi->have_keys, missing, !missing); in ceph_x_is_authenticated() 54 struct ceph_x_info *xi = ac->private; in ceph_x_should_authenticate() local 59 ac->want_keys, xi->have_keys, need, !!need); in ceph_x_should_authenticate() 154 struct ceph_x_info *xi = ac->private; in get_ticket_handler() local 155 struct rb_node *parent = NULL, **p = &xi->ticket_handlers.rb_node; in get_ticket_handler() 174 rb_insert_color(&th->node, &xi->ticket_handlers); in get_ticket_handler() 181 struct ceph_x_info *xi = ac->private; in remove_ticket_handler() local 184 rb_erase(&th->node, &xi->ticket_handlers); in remove_ticket_handler() [all …]
|
| /linux/lib/crypto/ |
| H A D | curve25519-hacl64.c | 54 u128 xi = input[0]; in fproduct_copy_from_wide_() local 55 output[0] = ((u64)(xi)); in fproduct_copy_from_wide_() 58 u128 xi = input[1]; in fproduct_copy_from_wide_() local 59 output[1] = ((u64)(xi)); in fproduct_copy_from_wide_() 62 u128 xi = input[2]; in fproduct_copy_from_wide_() local 63 output[2] = ((u64)(xi)); in fproduct_copy_from_wide_() 66 u128 xi = input[3]; in fproduct_copy_from_wide_() local 67 output[3] = ((u64)(xi)); in fproduct_copy_from_wide_() 70 u128 xi = input[4]; in fproduct_copy_from_wide_() local 71 output[4] = ((u64)(xi)); in fproduct_copy_from_wide_() [all …]
|
| /linux/arch/powerpc/crypto/ |
| H A D | ghashp10-ppc.pl | 247 lvx_u $IN,0,$Xip # load Xi 259 vpmsumd $Xl,$IN,$Hl # H.lo·Xi.lo 260 vpmsumd $Xm,$IN,$H # H.hi·Xi.lo+H.lo·Xi.hi 261 vpmsumd $Xh,$IN,$Hh # H.hi·Xi.hi 279 stvx_u $Xl,0,$Xip # write out Xi 295 lvx_u $Xl,0,$Xip # load Xi 317 vpmsumd $Xl,$IN,$Hl # H.lo·Xi.lo 319 vpmsumd $Xm,$IN,$H # H.hi·Xi.lo+H.lo·Xi.hi 321 vpmsumd $Xh,$IN,$Hh # H.hi·Xi.hi 346 stvx_u $Xl,0,$Xip # write out Xi
|
| /linux/arch/mips/lib/ |
| H A D | dump_tlb.c | 149 /* RI/XI are in awkward places, so mask them off separately */ in dump_tlb() 156 pr_cont("ri=%d xi=%d ", in dump_tlb() 164 /* RI/XI are in awkward places, so mask them off separately */ in dump_tlb() 170 pr_cont("ri=%d xi=%d ", in dump_tlb()
|
| /linux/Documentation/translations/zh_CN/scsi/ |
| H A D | wd719x.rst | 30 lha xi pciscsi.exe pci-scsi.exe 31 lha xi pci-scsi.exe nt/wd7296a.sys
|
| /linux/Documentation/scsi/ |
| H A D | wd719x.rst | 19 lha xi pciscsi.exe pci-scsi.exe 20 lha xi pci-scsi.exe nt/wd7296a.sys
|
| /linux/drivers/media/usb/gspca/m5602/ |
| H A D | m5602_s5k4aa.c | 242 .ident = "Fujitsu-Siemens Amilo Xi 2428", 245 DMI_MATCH(DMI_PRODUCT_NAME, "AMILO Xi 2428") 248 .ident = "Fujitsu-Siemens Amilo Xi 2528", 251 DMI_MATCH(DMI_PRODUCT_NAME, "AMILO Xi 2528") 254 .ident = "Fujitsu-Siemens Amilo Xi 2550", 257 DMI_MATCH(DMI_PRODUCT_NAME, "AMILO Xi 2550")
|
| /linux/arch/riscv/include/asm/ |
| H A D | gdb_xml.h | 19 "<xi:include href=\"riscv-64bit-cpu.xml\"/>" 71 "<xi:include href=\"riscv-32bit-cpu.xml\"/>"
|
| /linux/arch/loongarch/vdso/ |
| H A D | vgetrandom.c | 3 * Copyright (C) 2024 Xi Ruoyao <xry111@xry111.site>. All Rights Reserved.
|
| /linux/arch/riscv/kernel/vdso/ |
| H A D | getrandom.c | 3 * Copyright (C) 2025 Xi Ruoyao <xry111@xry111.site>. All Rights Reserved.
|
| /linux/arch/riscv/include/asm/vdso/ |
| H A D | getrandom.h | 3 * Copyright (C) 2025 Xi Ruoyao <xry111@xry111.site>. All Rights Reserved.
|
| /linux/arch/mips/include/asm/ |
| H A D | pgtable-bits.h | 205 * 64-bit, R2 or later: CCC D V G RI/R XI [S H] M A W P 206 * 32-bit, R2 or later: CCC D V G RI/R XI M A W P
|
| /linux/arch/loongarch/include/asm/vdso/ |
| H A D | getrandom.h | 3 * Copyright (C) 2024 Xi Ruoyao <xry111@xry111.site>. All Rights Reserved.
|
| /linux/arch/mips/kernel/ |
| H A D | smp-bmips.c | 656 /* XI/ROTR enable */ in bmips_cpu_setup() 680 /* XI enable */ in bmips_cpu_setup() 683 /* enable MIPS32R2 ROR instruction for XI TLB handlers */ in bmips_cpu_setup()
|
| /linux/include/linux/ |
| H A D | agp_backend.h | 8 * Copyright (C) 1999 Xi Graphics, Inc.
|
| H A D | agpgart.h | 5 * Copyright (C) 1999 Xi Graphics, Inc.
|
| /linux/include/uapi/linux/ |
| H A D | agpgart.h | 5 * Copyright (C) 1999 Xi Graphics, Inc.
|
| /linux/drivers/platform/surface/aggregator/ |
| H A D | bus.c | 27 return sysfs_emit(buf, "ssam:d%02Xc%02Xt%02Xi%02Xf%02X\n", in modalias_show() 45 return add_uevent_var(env, "MODALIAS=ssam:d%02Xc%02Xt%02Xi%02Xf%02X", in ssam_device_uevent()
|
| /linux/drivers/char/agp/ |
| H A D | agp.h | 7 * Copyright (C) 1999 Xi Graphics, Inc.
|
| H A D | backend.c | 7 * Copyright (C) 1999 Xi Graphics, Inc.
|
| /linux/arch/mips/mm/ |
| H A D | fault.c | 120 pr_notice("Cpu%d[%s:%d:%0*lx:%ld:%0*lx] XI violation\n", in __do_page_fault()
|
| H A D | tlbex.c | 2086 * If the page is not _PAGE_VALID, RI or XI could not in build_r4000_tlb_load_handler() 2124 * XI must have triggered it. in build_r4000_tlb_load_handler() 2152 * If the page is not _PAGE_VALID, RI or XI could not in build_r4000_tlb_load_handler() 2190 * XI must have triggered it. in build_r4000_tlb_load_handler() 2520 /* minus the RI & XI bits */ in check_pabits()
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | radeon_encoders.c | 179 /* Amilo Xi 2550 only works with acpi bl */ in radeon_encoder_add_backlight()
|