| /linux/Documentation/admin-guide/hw-vuln/ |
| H A D | rsb.rst | 47 RSB poisoning is a technique used by SpectreRSB [#spectre-rsb]_ where 54 [#intel-rsb-filling]_ [#amd-rsb-filling]_ when transitioning between 70 This is indicated by IBPB_RET in CPUID [#amd-ibpb-rsb]_. 72 On Zen < 4, the RSB filling sequence [#amd-rsb-filling]_ must be 73 always be done in addition to IBPB [#amd-ibpb-no-rsb]_. This is 83 predicted targets may come from the RSB." [#intel-ibpb-rsb]_ 99 Protection"." [#amd-smep-rsb]_ 107 IA32_SPEC_CTRL.IBRS set during VM exits." [#intel-smep-rsb]_ 224 .. [#spectre-rsb] `Spectre Returns! Speculation Attacks using the Return Stack Buffer <https://arxi… 226 .. [#intel-rsb-filling] "Empty RSB Mitigation on Skylake-generation" in `Retpoline: A Branch Target… [all …]
|
| H A D | index.rst | 22 cross-thread-rsb 26 rsb
|
| /linux/arch/arm/lib/ |
| H A D | copy_template.S | 90 CALGN( rsb r3, ip, #32 ) 113 rsb ip, ip, #32 163 9: rsb ip, ip, #4 189 CALGN( rsb ip, ip, #32 )
|
| H A D | findbit.S | 113 rsb r0, r3, #0 116 rsb r3, r3, #31 @ offset of first set bit
|
| H A D | lshrdi3.S | 44 rsb ip, r2, #32
|
| H A D | ashldi3.S | 44 rsb ip, r2, #32
|
| H A D | ashrdi3.S | 44 rsb ip, r2, #32
|
| H A D | clear_user.S | 33 rsb ip, ip, #4
|
| H A D | div64.S | 153 rsb ip, ip, #31 179 rsb ip, ip, #32
|
| H A D | memmove.S | 60 CALGN( rsb ip, ip, #32 ) 79 rsb ip, ip, #32
|
| H A D | io-writesw-armv4.S | 76 THUMB( rsb r3, r3, #0 )
|
| H A D | io-writesb.S | 30 .Loutsb_align: rsb ip, ip, #4
|
| H A D | copy_to_user.S | 123 rsb r0, r0, r2
|
| H A D | copy_from_user.S | 122 rsb r0, r0, r2
|
| H A D | memset.S | 85 rsb r8, r8, #32
|
| H A D | io-readsb.S | 10 .Linsb_align: rsb ip, ip, #4
|
| H A D | lib1funcs.S | 111 rsb \order, \order, #31
|
| /linux/fs/dlm/ |
| H A D | dir.h | 15 int dlm_dir_nodeid(struct dlm_rsb *rsb);
|
| H A D | debug_fs.c | 383 struct dlm_rsb *rsb = list_entry(iter_ptr, struct dlm_rsb, res_slow_list); in table_seq_show() local 386 print_format1(rsb, seq); in table_seq_show() 388 print_format2(rsb, seq); in table_seq_show() 390 print_format3(rsb, seq); in table_seq_show() 392 print_format4(rsb, seq); in table_seq_show()
|
| H A D | lockspace.c | 334 struct dlm_rsb *rsb = ptr; in rhash_free_rsb() local 336 dlm_free_rsb(rsb); in rhash_free_rsb()
|
| /linux/include/linux/ |
| H A D | sunxi-rsb.h | 30 struct sunxi_rsb *rsb; member
|
| /linux/arch/arm/kernel/ |
| H A D | head-nommu.S | 276 rsb r6, r6, #31 @ ...so round up region size 323 rsb r6, r6, #31 @ ...so round up region size
|
| /linux/arch/arm/boot/dts/allwinner/ |
| H A D | sun8i-a23-a33.dtsi | 828 r_rsb_pins: r-rsb-pins { 841 r_rsb: rsb@1f03400 { 842 compatible = "allwinner,sun8i-a23-rsb";
|
| H A D | sun9i-a80.dtsi | 1231 r_rsb_pins: r-rsb-pins { 1239 r_rsb: rsb@8003400 { 1240 compatible = "allwinner,sun8i-a23-rsb";
|
| /linux/drivers/net/ethernet/broadcom/ |
| H A D | bcmsysport.c | 733 struct bcm_rsb *rsb; in bcm_sysport_desc_rx() local 772 rsb = (struct bcm_rsb *)skb->data; in bcm_sysport_desc_rx() 773 len = (rsb->rx_status_len >> DESC_LEN_SHIFT) & DESC_LEN_MASK; in bcm_sysport_desc_rx() 774 status = (rsb->rx_status_len >> DESC_STATUS_SHIFT) & in bcm_sysport_desc_rx() 818 skb_pull(skb, sizeof(*rsb) + 2); in bcm_sysport_desc_rx() 819 len -= (sizeof(*rsb) + 2); in bcm_sysport_desc_rx()
|